diff --git a/tests/integration/test_install_markers.py b/tests/integration/test_install_markers.py index 9cc7446e..87235d4a 100644 --- a/tests/integration/test_install_markers.py +++ b/tests/integration/test_install_markers.py @@ -1,9 +1,9 @@ import os import sys +from pipenv.patched import pipfile from pipenv.project import Project from pipenv.utils import temp_environ -from pipenv.vendor import pipfile import pytest