Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Aug 7, 2024
1 parent ec8bdb0 commit 24bda5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mdakits/pytim/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ src_install:
import_name: pytim

## str: a specification for the range of Python versions supported by this MDAKit
python_requires: ">=3.8"
python_requires: ">=3.9"

## str: a specification for the range of MDAnalysis versions supported by this MDAKit
mdanalysis_requires: ">=2.0.0"
Expand All @@ -73,8 +73,7 @@ mdanalysis_requires: ">=2.0.0"

run_tests:
- git clone latest
#- pip install "mdtraj" "codecov==2.1.13" "pytest-cov==5.0.0" "cython>=0.24.1" "scipy>=1.6.0" "gsd<=3.2.1" "PyWavelets>=0.5.2" "scikit-image>=0.14.2" "sphinx>=1.4.3" "matplotlib" "dask>=1.1.1"
- pytest pytim/*py pytim/observables/*py pytim/datafiles/*py --doctest-modules
- pytest pytim/ --doctest-modules

## List(str): a list of commands to use to install the necessary dependencies required
## to run the MDAKit's tests.
Expand Down

0 comments on commit 24bda5a

Please sign in to comment.