IMTEK-Simulation / NuMPI

Utilities for MPI-parallel numerical calculations with Python
MIT License
2 stars 1 forks source link

`runtests.mpi.MPITestFixture` are skipped when running with pytest #17

Closed sannant closed 5 years ago

sannant commented 5 years ago

This is not a problem if we decide to not test with pytest when mpi4py is here. All single processor tests are run with python run-test.py.

When mpi4py is not here all tests are run normally because we use a self-written fixture.

pastewka commented 5 years ago

I don't think this is a problem. It is important that the CI tests runs in parallel, but they should.

sannant commented 5 years ago

So do we remove pytest from the CI MPI case ?