diff --git a/tests/integration/test_testprocess.py b/tests/integration/test_testprocess.py index 523af3b66..8a42717f1 100644 --- a/tests/integration/test_testprocess.py +++ b/tests/integration/test_testprocess.py @@ -158,6 +158,7 @@ def test_custom_environment(pyproc): pyproc.wait_for(data='blah') +@pytest.mark.posix def test_custom_environment_no_system(monkeypatch, pyproc): """When env=... is given, no system environment should be present.""" monkeypatch.setenv('QUTE_TEST_ENV', 'blah')