Skip to content

Commit 24bda5a

Browse files
committed
test
1 parent ec8bdb0 commit 24bda5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mdakits/pytim/metadata.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ src_install:
5454
import_name: pytim
5555

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

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

7474
run_tests:
7575
- git clone latest
76-
#- 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"
77-
- pytest pytim/*py pytim/observables/*py pytim/datafiles/*py --doctest-modules
76+
- pytest pytim/ --doctest-modules
7877

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

0 commit comments

Comments
 (0)