tests: Skip custom_environment_no_system on Win.

Seems like it's broken on AppVeyor for some reason.
This commit is contained in:
Florian Bruhin 2016-01-20 20:34:19 +01:00
parent 90ab2a7b38
commit 6bd092a948

View File

@ -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')