We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120fb50 commit 1683cb4Copy full SHA for 1683cb4
tox.ini
@@ -338,7 +338,12 @@ commands_pre =
338
pip install --no-build-isolation classy corrfunc
339
pip install -e abacusutils[test]
340
pip install -r {env_tmp_dir}/requirements.txt
341
+# make an empty pytest.ini to prevent pytest from crawling up
342
+# one directory and finding the pytest configuration for the asdf
343
+# repo clone
344
bash -c "echo '' > pytest.ini"
345
pip freeze
346
commands =
- pytest abacusutils
347
+# only running a subset of tests since only a portion of abacusutils
348
+# relies on asdf
349
+ pytest abacusutils/tests/test_data.py
0 commit comments