File tree 7 files changed +18
-18
lines changed
7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ develop:
11
11
install_mdanalysis : true
12
12
install_python : true
13
13
install_test_deps : true
14
- numfails : 5
14
+ numfails : 7
15
15
run_tests : false
16
16
latest :
17
17
install_mdakit : true
18
18
install_mdanalysis : true
19
19
install_python : true
20
20
install_test_deps : true
21
- numfails : 4
21
+ numfails : 6
22
22
run_tests : false
Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ documentation_home: https://lipyds.readthedocs.io/en/latest/
15
15
documentation_type : API
16
16
17
17
# # Optional entries
18
+ install :
19
+ - mamba install -c conda-forge lipyds
18
20
src_install :
19
21
- mamba install -c conda-forge pyvista cython matplotlib nptyping "numpy>=1.20.0" pandas "scikit-learn>=0.21.0" scipy
20
22
- git clone https://github.com/lilyminium/lipyds.git
21
23
- cd lipyds
22
24
- python setup.py install
23
- python_requires : " >=3.6 "
24
- mdanalysis_requires : " >=1 .0.0"
25
+ python_requires : " >=3.10 "
26
+ mdanalysis_requires : " >=2 .0.0"
25
27
run_tests :
26
- - cd lipyds
27
- - pip install -e .
28
- - pytest -v ./lipyds/tests
28
+ - pytest -n auto --pyargs lipyds
29
29
test_dependencies :
30
- - pip install pytest
30
+ - pip install pytest pytest-xdist
31
31
development_status : Beta
32
32
publications :
33
33
- https://doi.org/10.1016/j.bbadva.2021.100010
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ develop:
11
11
install_mdanalysis : true
12
12
install_python : true
13
13
install_test_deps : true
14
- numfails : 5
15
- run_tests : false
14
+ numfails : 0
15
+ run_tests : true
16
16
latest :
17
17
install_mdakit : true
18
18
install_mdanalysis : true
19
19
install_python : true
20
20
install_test_deps : true
21
- numfails : 5
21
+ numfails : 7
22
22
run_tests : false
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ develop:
11
11
install_mdanalysis : true
12
12
install_python : true
13
13
install_test_deps : true
14
- numfails : 36
14
+ numfails : 38
15
15
run_tests : false
16
16
latest :
17
17
install_mdakit : true
18
18
install_mdanalysis : true
19
19
install_python : true
20
20
install_test_deps : true
21
- numfails : 36
21
+ numfails : 38
22
22
run_tests : false
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ develop:
11
11
install_mdanalysis : true
12
12
install_python : true
13
13
install_test_deps : true
14
- numfails : 0
15
- run_tests : true
14
+ numfails : 2
15
+ run_tests : false
16
16
latest :
17
17
install_mdakit : true
18
18
install_mdanalysis : true
19
19
install_python : true
20
20
install_test_deps : true
21
- numfails : 4
21
+ numfails : 6
22
22
run_tests : false
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ develop:
11
11
install_mdanalysis : true
12
12
install_python : true
13
13
install_test_deps : true
14
- numfails : 5
14
+ numfails : 7
15
15
run_tests : false
16
16
latest :
17
17
install_mdakit : true
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ latest:
18
18
install_mdanalysis : true
19
19
install_python : true
20
20
install_test_deps : true
21
- numfails : 3
21
+ numfails : 5
22
22
run_tests : false
You can’t perform that action at this time.
0 commit comments