We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb34bad commit 9f8cc5eCopy full SHA for 9f8cc5e
tox.ini
@@ -66,5 +66,5 @@ commands =
66
python -c "import dance; print(f'Successfully installed dance {dance.__version__}')"
67
68
# Run tests
69
- test: pytest tests/ -k "not test_bench" -v
70
- 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 commit comments