mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -7,8 +7,10 @@ import pytest
|
||||
import delegator
|
||||
import toml
|
||||
|
||||
from pipenv.cli import (ensure_proper_casing,
|
||||
parse_download_fname, parse_install_output, pip_install, pip_download)
|
||||
from pipenv.cli import (
|
||||
ensure_proper_casing, parse_download_fname, parse_install_output,
|
||||
pip_install, pip_download
|
||||
)
|
||||
|
||||
|
||||
class TestPipenvWindows():
|
||||
|
||||
Reference in New Issue
Block a user