mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -1 +1 @@
|
||||
``+`` signs in URL authentication fragments will no longer be incorrectly replaced with space (`` ``) characters.
|
||||
``+`` signs in URL authentication fragments will no longer be incorrectly replaced with space ( `` `` ) characters.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Fix a bug that Pipenv rejects to work under the root directory.
|
||||
Fixed a regression which caused Pipenv to fail when running under ``/``.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Fix a bug that system-wide packages will be considered when inside a venv.
|
||||
Fixed a bug which caused Pipenv to fail to install packages in a virtual environment if those packages were already present in the system global environment.
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
Remove expection of ``version`` key in ``test_ssh_vcs_install`` to prevent it
|
||||
from failing.
|
||||
Remove expection of ``version`` key in ``test_ssh_vcs_install`` to prevent it from failing.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
- Updated vendored dependencies:
|
||||
|
||||
- **pythonfinder**: ``1.2.2`` => ``1.2.4``
|
||||
- **requirementslib**: ``1.5.9`` => ``1.5.10``
|
||||
Updated vendored dependencies:
|
||||
- **pythonfinder**: ``1.2.2`` => ``1.2.4``
|
||||
- **requirementslib**: ``1.5.9`` => ``1.5.10``
|
||||
|
||||
Reference in New Issue
Block a user