Skip to content

Commit 683ee1c

Browse files
authored
Downgrade old LAMMPS tests (#378)
* Downgrade old LAMMPS tests * call individual tests
1 parent 8b45941 commit 683ee1c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.ci_support/environment-old.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- lammps =2024.06.27=*_mpi_openmpi_*
4+
- lammps =2022.06.23
55
- openmpi
66
- numpy =1.23.5
7-
- mpi4py =4.0.1
7+
- mpi4py =3.1.4
88
- executorlib =1.3.0
99
- ase =3.23.0
1010
- scipy =1.9.3

.github/workflows/pipeline.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,14 @@ jobs:
152152
timeout-minutes: 5
153153
run: |
154154
pip install . --no-deps --no-build-isolation
155-
python -m unittest discover tests
155+
python -m unittest tests/test_ase_interface.py
156+
python -m unittest tests/test_base.py
157+
python -m unittest tests/test_concurrent.py
158+
python -m unittest tests/test_exception.py
159+
python -m unittest tests/test_executor.py
160+
python -m unittest tests/test_mpi_backend_extended.py
161+
python -m unittest tests/test_mpi_backend.py
162+
python -m unittest tests/test_pylammpsmpi_local.py
156163
157164
autobot:
158165
needs: [unittest_old, unittest_openmpi, unittest_mpich, pip_check, coverage]

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)