From 4359fc36bad59037507845a0287d513bea1f2bc9 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Mon, 2 Dec 2024 05:40:18 +0000 Subject: [PATCH] TST: Cleanup old test cruft --- test/test_run.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/test_run.py b/test/test_run.py index 9ad3a1f55..97a3159d0 100644 --- a/test/test_run.py +++ b/test/test_run.py @@ -314,12 +314,6 @@ def check_env_matrix(env_build, env_nobuild): def test_parallel(basic_conf_2, dummy_packages): tmpdir, local, conf, machine_file = basic_conf_2 - if WIN and os.path.basename(sys.argv[0]).lower().startswith('py.test'): - # Multiprocessing in spawn mode can result to problems with py.test - # Find.run calls Setup.run in parallel mode by default - pytest.skip("Multiprocessing spawn mode on Windows not safe to run " - "from py.test runner.") - conf.matrix = { "req": dict(conf.matrix), "env": {"SOME_TEST_VAR": ["1", "2"]},