Skip to content

Commit 0a5363e

Browse files
Sudipta BasakMatt Garthwaite
Sudipta Basak
authored and
Matt Garthwaite
committed
revisit - drop mexico cropA conf from mpi/serial/multiprocess test
1 parent 9c678b1 commit 0a5363e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_mpi_vs_multiprocess_vs_single_process.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
assert_two_dirs_equal,
3232
manipulate_test_conf,
3333
MEXICO_CROPA_CONF,
34+
TEST_CONF_GAMMA,
3435
PY37GDAL304,
3536
PY37GDAL302,
3637
PYTHON3P8,
@@ -88,7 +89,7 @@ def modify_params(conf_file, parallel_vs_serial, output_conf_file):
8889
@pytest.mark.mpi
8990
@pytest.mark.slow
9091
@pytest.mark.skipif(not PYTHON3P8, reason="Only run in one CI env")
91-
def test_pipeline_parallel_vs_mpi(modified_config, gamma_or_mexicoa_conf):
92+
def test_pipeline_parallel_vs_mpi(modified_config, gamma_or_mexicoa_conf=TEST_CONF_GAMMA):
9293
"""
9394
Tests proving single/multiprocess/mpi produce same output
9495
"""

0 commit comments

Comments
 (0)