Skip to content

Commit

Permalink
Remove poli__tdc tests, because they are costly to build
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Oct 10, 2023
1 parent b0f52d9 commit 7fa8768
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
19 changes: 0 additions & 19 deletions src/poli/tests/test_sa_tdc_registration_on_readme.py

This file was deleted.

3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ commands =
sh -c 'if conda info --envs | grep -q poli__protein; then echo "poli__protein already exists"; else conda env create -f ./src/poli/objective_repository/foldx_stability/environment.yml; fi'
sh -c "conda run -n poli__protein python -m pip uninstall -y poli"
sh -c "conda run -n poli__protein python -m pip install -e ."
sh -c 'if conda info --envs | grep -q poli__tdc; then echo "poli__tdc already exists"; else conda env create -f ./src/poli/objective_repository/sa_tdc/environment.yml; fi'
sh -c "conda run -n poli__tdc python -m pip uninstall -y poli"
sh -c "conda run -n poli__tdc python -m pip install -e ."
pytest {tty:--color=yes} -v {posargs}
sh -c "rm -rf ~/.poli_objectives"

Expand Down

0 comments on commit 7fa8768

Please sign in to comment.