Fix resolution for broken tests

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-03-30 15:36:20 -04:00
parent f13f296b03
commit f61a2eddca
+3 -2
View File
@@ -504,8 +504,9 @@ setup(
@pytest.mark.install
@pytest.mark.pin
def test_windows_pinned_pipfile(self, pypi):
with PipenvInstance(pypi=pypi) as p:
@pytest.mark.skipif(not WE_HAVE_INTERNET, reason='requires internet to resolve')
def test_windows_pinned_pipfile(self):
with PipenvInstance() as p:
with open(p.pipfile_path, 'w') as f:
contents = """
[packages]