Commit 24bda5a 1 parent ec8bdb0 commit 24bda5a Copy full SHA for 24bda5a
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ src_install:
54
54
import_name : pytim
55
55
56
56
# # str: a specification for the range of Python versions supported by this MDAKit
57
- python_requires : " >=3.8 "
57
+ python_requires : " >=3.9 "
58
58
59
59
# # str: a specification for the range of MDAnalysis versions supported by this MDAKit
60
60
mdanalysis_requires : " >=2.0.0"
@@ -73,8 +73,7 @@ mdanalysis_requires: ">=2.0.0"
73
73
74
74
run_tests :
75
75
- 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
78
77
79
78
# # List(str): a list of commands to use to install the necessary dependencies required
80
79
# # to run the MDAKit's tests.
You can’t perform that action at this time.
0 commit comments