Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-04 11:36:21 -05:00
parent c910f265d2
commit 5b57403eef
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -388,6 +388,7 @@ records = "*"
@pytest.mark.extras
@pytest.mark.install
@pytest.mark.local
@pytest.mark.skip(reason="I'm not mocking this.")
def test_local_extras_install(self, pypi):
with PipenvInstance(pypi=pypi) as p:
setup_py = os.path.join(p.path, 'setup.py')