Skip to content

Commit

Permalink
misc: move typecheck-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Oct 23, 2024
1 parent 9968580 commit 1a783ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ test-integration-dev = { cmd = "pytest --numprocesses=auto --durations=10 tests/
# you can also pass a specific test function, like this:
# /path/to/test.py::test_function
test-specific-test = { cmd = "pytest", depends-on = ["build"] }
typecheck-tests = "mypy --strict tests --exclude pypi-indexes"
update-integration-test-data = { cmd = "python update-channels.py", cwd = "tests/integration/test_data" }

[feature.dev.dependencies]
Expand All @@ -71,6 +70,7 @@ pre-commit-install-minimal = "pre-commit install -t=pre-commit"
pre-commit-run = "pre-commit run --all-files"
toml-format = { cmd = "taplo fmt", env = { RUST_LOG = "warn" } }
toml-lint = "taplo lint --verbose **/pixi.toml"
typecheck-tests = "mypy --strict tests --exclude pypi-indexes"

[feature.build.dependencies]
# Needed for building
Expand Down

0 comments on commit 1a783ea

Please sign in to comment.