Skip to content

Commit

Permalink
TST: restrict abacusutils tests
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Oct 9, 2024
1 parent 120fb50 commit e6cbb77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,12 @@ allowlist_externals =
extras =
commands_pre =
bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
#pip install -vU setuptools wheel scipy Cython 'numpy<2' # for classy and corrfunc
#pip install --no-build-isolation classy corrfunc
pip install abacusutils pytest
git clone https://github.com/abacusorg/abacusutils.git
pip install -vU setuptools wheel scipy Cython 'numpy<2' # for classy and corrfunc
pip install --no-build-isolation classy corrfunc
pip install -e abacusutils[test]
pip install -r {env_tmp_dir}/requirements.txt
bash -c "echo '' > pytest.ini"
pip freeze
commands =
pytest abacusutils
pytest abacusutils/tests/test_data.py

0 comments on commit e6cbb77

Please sign in to comment.