diff --git a/tests/integration/test_install_basic.py b/tests/integration/test_install_basic.py index 97f336e017..6eacf5cf98 100644 --- a/tests/integration/test_install_basic.py +++ b/tests/integration/test_install_basic.py @@ -432,7 +432,7 @@ def test_system_and_deploy_work(PipenvInstance): Path(p.pipfile_path).write_text( u""" [packages] -requests +requests = "*" """.strip() ) c = p.pipenv("install --system")