Remove mocked pypi from complex test

- Remove extra marker too

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-03-30 13:44:49 -04:00
parent 4117affaef
commit d36081889e
+3 -3
View File
@@ -1034,13 +1034,13 @@ maya = "*"
@pytest.mark.extras
@pytest.mark.lock
@pytest.mark.requirements
@pytest.mark.complex
def test_complex_lock_deep_extras(self, pypi):
@pytest.mark.skipif(not WE_HAVE_INTERNET, reason='not mocking numpy')
def test_complex_lock_deep_extras(self):
# records[pandas] requires tablib[pandas] which requires pandas.
# This uses the real PyPI; Pandas has too many requirements to mock.
with PipenvInstance(pypi=pypi) as p:
with PipenvInstance() as p:
with open(p.pipfile_path, 'w') as f:
contents = """
[packages]