Skip to content

Commit

Permalink
ignore test atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzhongyu committed Feb 15, 2025
1 parent eb34bad commit 9f8cc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ commands =
python -c "import dance; print(f'Successfully installed dance {dance.__version__}')"

# Run tests
test: pytest tests/ -k "not test_bench" -v
lightbenchtest: pytest tests/ -k test_bench -v
test: pytest tests/ -k "not test_bench" -v --ignore=tests/test_atlas.py #sensitive to atlas data
lightbenchtest: pytest tests/ -k test_bench -v --ignore=tests/test_atlas.py #sensitive to atlas data

0 comments on commit 9f8cc5e

Please sign in to comment.