Skip to content

Commit ae8d681

Browse files
Merge branch 'MDAnalysis:main' into main
2 parents b1eaf45 + 816132e commit ae8d681

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

mdakits/helanal/status.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ develop:
1111
install_mdanalysis: true
1212
install_python: true
1313
install_test_deps: true
14-
numfails: 5
14+
numfails: 7
1515
run_tests: false
1616
latest:
1717
install_mdakit: true
1818
install_mdanalysis: true
1919
install_python: true
2020
install_test_deps: true
21-
numfails: 4
21+
numfails: 6
2222
run_tests: false

mdakits/lipyds/metadata.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ documentation_home: https://lipyds.readthedocs.io/en/latest/
1515
documentation_type: API
1616

1717
## Optional entries
18+
install:
19+
- mamba install -c conda-forge lipyds
1820
src_install:
1921
- mamba install -c conda-forge pyvista cython matplotlib nptyping "numpy>=1.20.0" pandas "scikit-learn>=0.21.0" scipy
2022
- git clone https://github.com/lilyminium/lipyds.git
2123
- cd lipyds
2224
- 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"
2527
run_tests:
26-
- cd lipyds
27-
- pip install -e .
28-
- pytest -v ./lipyds/tests
28+
- pytest -n auto --pyargs lipyds
2929
test_dependencies:
30-
- pip install pytest
30+
- pip install pytest pytest-xdist
3131
development_status: Beta
3232
publications:
3333
- https://doi.org/10.1016/j.bbadva.2021.100010

mdakits/maicos/status.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ develop:
1111
install_mdanalysis: true
1212
install_python: true
1313
install_test_deps: true
14-
numfails: 5
15-
run_tests: false
14+
numfails: 0
15+
run_tests: true
1616
latest:
1717
install_mdakit: true
1818
install_mdanalysis: true
1919
install_python: true
2020
install_test_deps: true
21-
numfails: 5
21+
numfails: 7
2222
run_tests: false

mdakits/mda-tui/status.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ develop:
1111
install_mdanalysis: true
1212
install_python: true
1313
install_test_deps: true
14-
numfails: 36
14+
numfails: 38
1515
run_tests: false
1616
latest:
1717
install_mdakit: true
1818
install_mdanalysis: true
1919
install_python: true
2020
install_test_deps: true
21-
numfails: 36
21+
numfails: 38
2222
run_tests: false

mdakits/pytim/status.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ develop:
1111
install_mdanalysis: true
1212
install_python: true
1313
install_test_deps: true
14-
numfails: 0
15-
run_tests: true
14+
numfails: 2
15+
run_tests: false
1616
latest:
1717
install_mdakit: true
1818
install_mdanalysis: true
1919
install_python: true
2020
install_test_deps: true
21-
numfails: 4
21+
numfails: 6
2222
run_tests: false

mdakits/solvation-analysis/status.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ develop:
1111
install_mdanalysis: true
1212
install_python: true
1313
install_test_deps: true
14-
numfails: 5
14+
numfails: 7
1515
run_tests: false
1616
latest:
1717
install_mdakit: true

mdakits/zarrtraj/status.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ latest:
1818
install_mdanalysis: true
1919
install_python: true
2020
install_test_deps: true
21-
numfails: 3
21+
numfails: 5
2222
run_tests: false

0 commit comments

Comments
 (0)