tests: Skip custom_environment_no_system on Win.
Seems like it's broken on AppVeyor for some reason.
This commit is contained in:
parent
90ab2a7b38
commit
6bd092a948
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user