We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbe971 commit 19cbf85Copy full SHA for 19cbf85
tests/integration/test_install_uri.py
@@ -11,7 +11,7 @@
11
@pytest.mark.install
12
@pytest.mark.needs_internet
13
def test_basic_vcs_install_with_env_var(pipenv_instance_pypi):
14
- from click.testing import (
+ from pipenv.vendor.click.testing import (
15
CliRunner,
16
) # not thread safe but macos and linux will expand the env var otherwise
17
0 commit comments