mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
only run tests on unix
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user