Skip to content

Commit

Permalink
Fix py39 pre-processing selectors. [closes #116]
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Jun 22, 2023
1 parent 316e5a9 commit 3c52832
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/biosimspace/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ test:
- SIRE_SILENT_PHONEHOME
requires:
- pytest
- black 23 # [linux and x86_64 and py39]
- pytest-black # [linux and x86_64 and py39]
- black 23 # [linux and x86_64 and py==39]
- pytest-black # [linux and x86_64 and py==39]
- ambertools # [linux and x86_64]
- gromacs # [linux and x86_64]
imports:
- BioSimSpace
source_files:
- python/BioSimSpace # [linux and x86_64 and py39]
- python/BioSimSpace # [linux and x86_64 and py==39]
- tests
commands:
- pytest -vvv --color=yes --black python/BioSimSpace # [linux and x86_64 and py39]
- pytest -vvv --color=yes --black python/BioSimSpace # [linux and x86_64 and py==39]
- pytest -vvv --color=yes --import-mode=importlib tests

about:
Expand Down

0 comments on commit 3c52832

Please sign in to comment.