mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #543 from kennethreitz/test_patches
Fixes for the failing tests
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"python.linting.pylintEnabled": false
|
||||
}
|
||||
@@ -3,4 +3,4 @@
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
|
||||
__version__ = '7.0.2'
|
||||
__version__ = '7.0.1'
|
||||
|
||||
+1
-1
@@ -47,8 +47,8 @@ def resolve_deps(deps, sources=None, verbose=False, python=False):
|
||||
"""
|
||||
|
||||
# If a version of python is required...
|
||||
original_sys_info = sys.version_info
|
||||
if python:
|
||||
original_sys_info = sys.version_info
|
||||
sys.version_info = namedtuple('fake_version_info', ['major', 'minor', 'micro', 'releaselevel', 'serial'])
|
||||
|
||||
python = python.split('.')
|
||||
|
||||
Reference in New Issue
Block a user