From cde60ca58ca95450deab27788420b77f4f5bdca3 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Thu, 12 Apr 2018 17:47:54 +0800 Subject: [PATCH] Fix import --- tests/integration/test_install_markers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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