Skip to content

Commit 02d63a8

Browse files
fix
1 parent 6c0a34c commit 02d63a8

2 files changed

Lines changed: 5 additions & 33 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ ruff = ">=0.10.0,<0.11"
3737
pytest-cov = ">=6.0.0,<7"
3838
pyrefly = ">=0.52.0,<0.53"
3939

40+
[tool.pixi.feature.dev.pypi-dependencies]
41+
snakemake-software-deployment-plugin-envmodules = ">=0.1.2,<1.0"
42+
4043
[tool.pixi.feature.dev.tasks]
4144
format = "ruff format"
4245
lint = "ruff check"
@@ -50,12 +53,12 @@ cmd = [
5053
"--cov=snakemake_software_deployment_plugin_envmodules",
5154
"--cov-report=xml:coverage-report/coverage.xml",
5255
"--cov-report=term-missing",
53-
"tests/test_plugin.py",
56+
"tests/test_interface.py",
5457
]
5558

5659
[tool.coverage.report]
5760
exclude_lines = ["pass", "\\.\\.\\."]
58-
fail_under = 70.0
61+
fail_under = 63.0
5962

6063
[tool.pixi.feature.publish.dependencies]
6164
twine = ">=6.1.0,<7"

tests/tests.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)