From 4f9d27aba64c74e744cff0e368bccc69689ce452 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Sat, 11 Feb 2017 15:34:40 -0700 Subject: [PATCH] removing unneeded pew test --- tests/test_project.py | 4 ---- 1 file changed, 4 deletions(-) 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