From d36081889e5704e427341a444854371c79f80cd7 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Fri, 30 Mar 2018 13:44:49 -0400 Subject: [PATCH] Remove mocked pypi from complex test - Remove extra marker too Signed-off-by: Dan Ryan --- tests/test_pipenv.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_pipenv.py b/tests/test_pipenv.py index 1e6d6513..fd3ef9f7 100644 --- a/tests/test_pipenv.py +++ b/tests/test_pipenv.py @@ -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]