use vendored delegator

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-20 12:39:04 -04:00
parent 4b14587850
commit 73b862016c
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ import os
from mock import patch, Mock, PropertyMock
import pytest
import delegator
import toml
from pipenv.vendor import delegator
from pipenv.cli import (
activate_virtualenv, ensure_proper_casing, pip_install, pip_download
+1 -2
View File
@@ -1,6 +1,5 @@
import delegator
import pipenv.project
from pipenv.vendor import delegator
class TestProject():