diff --git a/tests/test_project.py b/tests/test_project.py index 6cfdd4cd..fa4ede12 100644 --- a/tests/test_project.py +++ b/tests/test_project.py @@ -10,10 +10,6 @@ class TestProject(): assert proj.pipfile_exists assert proj.virtualenv_exists - def test_pew_by_default(self): - proj = pipenv.project.Project() - assert proj.virtualenv_location.endswith('.local/share/virtualenvs/pipenv') - def test_proper_names(self): proj = pipenv.project.Project() assert proj.virtualenv_location in proj.proper_names_location