Merge branch 'master' into fix-several-general-options

This commit is contained in:
Dan Ryan
2019-06-04 21:37:00 -04:00
committed by GitHub
231 changed files with 359 additions and 617 deletions
+1
View File
@@ -217,6 +217,7 @@ def test_install_parse_error(PipenvInstance, pypi):
@pytest.mark.code
@pytest.mark.check
@pytest.mark.unused
@pytest.mark.skip_osx
@pytest.mark.needs_internet(reason='required by check')
def test_check_unused(PipenvInstance, pypi):
with PipenvInstance(chdir=True, pypi=pypi) as p: