Skip to content

Commit 9f8cc5e

Browse files
committed
ignore test atlas
1 parent eb34bad commit 9f8cc5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ commands =
6666
python -c "import dance; print(f'Successfully installed dance {dance.__version__}')"
6767

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

0 commit comments

Comments
 (0)