only run tests on unix

This commit is contained in:
Erin O'Connell
2017-09-26 23:56:04 -06:00
parent a950e13be0
commit a036e73c4a
+1 -1
View File
@@ -522,7 +522,7 @@ requests = {version = "*"}
('/bin/csh', '.csh'),
('/bin/unknown', '')]
)
@pytest.mark.skip(reason="this doesn't work on app veyor")
@pytest.mark.skipif(os.name == 'nt', reason="Not supported to windows")
def test_activate_virtualenv(self, shell, extension):
orig_shell = os.environ['SHELL']