We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525822c commit ab9b79aCopy full SHA for ab9b79a
src/addon/esmpy/Makefile
@@ -45,7 +45,7 @@ test_unit:
45
python3 -m pytest -vs
46
47
test_unit_parallel:
48
- $(ESMF_INTERNAL_MPIRUN) -np 4 python3 -vs
+ $(ESMF_INTERNAL_MPIRUN) -np 4 python3 -m pytest -vs
49
50
test_examples:
51
python3 -m pytest -vs examples/test_examples.py
0 commit comments