Matt Davis
39acdffb69
restrict to the one failing test for now.
2022-03-27 19:19:30 -04:00
Matt Davis
2669b4ce06
patch newly occuring test failure where the base_dir does not contain the subdirectory.
2022-03-27 19:18:42 -04:00
Matt Davis
626ce2519e
Safely pin setuptools to fix failing test.
2022-03-26 01:09:47 -04:00
Matt Davis
894f4118cb
Attempt to pin setuptools to fix failing test.
2022-03-26 01:02:16 -04:00
Matt Davis
7e33fcae43
Vendor in pip 21.2.4 release (from pip 21.2.2 prior). ( #5009 )
...
* Vendor in pip 21.2.4 release (from pip 21.2.2 prior).
* Add news fragment for pip 21.2.4 vendor update.
* Add potentially missing LICENSE files
2022-03-25 15:11:11 +01:00
github-actions[bot]
b0f6baa342
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-23 23:35:33 +00:00
Matt Davis
660db3ef1a
Create fast-follow bugfix release. v2022.3.24
2022-03-23 19:32:12 -04:00
Matt Davis
441c3e7675
Allow quieting the output of pipenv run and .env loading. ( #5006 )
...
* Restore this message as stderr because it affects requirements.txt generation.
* Only load the dotenv file when its a real file and thus only print the message when its present.
* Add news fragment.
* Allow quieting the output of install and .env loading.
* Missed this spot in th test to convert back.
* Add news fragment for quiet run option.
2022-03-23 18:50:26 +01:00
Matt Davis
7f05d65eed
Restore this message as stderr because it affects requirements.txt generation ( #5005 )
...
* Restore this message as stderr because it affects requirements.txt generation.
* Only load the dotenv file when it's a real file, and thus only print the message when it's present.
* Add news fragment.
2022-03-23 15:22:42 +01:00
Matt Davis
b60fa7f5e6
Fix the assumption that all sources are named. ( #5004 )
...
* Fix the assumption that all sources are named.
* Add test case
* Add news fragment
2022-03-23 14:04:13 +01:00
github-actions[bot]
004316cf40
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-23 02:20:40 +00:00
Matt Davis
6266871b38
Changelog and version
2022-03-22 22:15:30 -04:00
github-actions[bot]
f8885d0d42
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-23 01:51:40 +00:00
Oz N Tiram
335fe39e07
Merge pull request #4999 from pypa/4998-remove-long-broken-pipreqs-usage
...
remove long broken pipreqs usage
2022-03-22 11:22:56 +01:00
Matt Davis
adcebfd56a
Add news fragment.
2022-03-22 09:41:19 +01:00
Matt Davis
21ccd11bdf
Remove vendored pipreqs
...
Also remove dependencies:
yarg
docopt
2022-03-22 09:41:03 +01:00
Matt Davis
23cd41865f
Merge pull request #4983 from pypa/issue-4637
...
Fix for: Pipenv Does Not Respect Index Specified For A Package
2022-03-21 23:57:51 -04:00
Matt Davis
1207b34e14
Remove broken unused check and broken code argument from pipenv.
2022-03-21 05:52:23 -04:00
Oz N Tiram
2337984fd0
Merge pull request #4776 from cm-iwata/fix/4775_consider_envvar_piptarget
...
Consider environment variable PIP_TARGET when calculate depndancy delta
2022-03-20 00:56:02 +01:00
Matt Davis
0044bfaee7
Fix patch vendoring build.
2022-03-19 07:31:25 -04:00
Matt Davis
ceb66b7025
Add news fragment.
2022-03-19 06:54:46 -04:00
Matt Davis
f6e5be2015
refactor type hints and add a patch for this change against the pip 21 version off main.
2022-03-19 06:43:53 -04:00
Oz N Tiram
6742e0cd4f
Merge pull request #4987 from HosamAlmoghraby/main
...
display the directory path of the found requirements.txt file
2022-03-17 20:37:12 +01:00
Oz N Tiram
242548c397
Merge pull request #4989 from pypa/fix-failing-git-protocol-tests
...
Fix for the failing git protocol tests.
2022-03-17 16:35:32 +01:00
Matt Davis
506b9b40b9
Remove remaining references to git://
2022-03-16 21:53:11 -04:00
Matt Davis
b605989746
fix remaining failng test due to git:// protocol deprecation.
2022-03-16 21:31:10 -04:00
Matt Davis
7e465f358d
take 2
2022-03-16 21:09:44 -04:00
Matt Davis
ae3bfef534
Attempt at fixing the failing git protocol tests.
2022-03-16 21:04:44 -04:00
Hosam Almoghraby
9b69959861
show requirements.txt file path if it is found instead of Pipfile
2022-03-16 22:21:29 +01:00
Matt Davis
bf00739895
Seems to resolve the two tests that failed when run together as well as maintain the correct behavior of the issue-4637 example script
2022-03-14 21:16:29 -04:00
Matt Davis
fcdc402c82
this part of the change was not required.
2022-03-14 11:42:42 -04:00
Matt Davis
c50dc8017b
this part of the change was not required.
2022-03-14 11:40:48 -04:00
Matt Davis
e1d046623c
resolve failing tests due to requirement.index being None
2022-03-14 10:00:52 -04:00
Matt Davis
e61403f802
safety when doing these new index filters.
2022-03-14 09:06:46 -04:00
Matt Davis
bd5f43cbb8
This will respect the indexes but it required changing vendored code
2022-03-14 03:34:25 -04:00
Matt Davis
d677d62891
restrict pip install to the index that is specified.
2022-03-13 22:34:05 -04:00
Matt Davis
fdf3ed6ef6
check pt changes
2022-03-13 19:50:06 -04:00
Matt Davis
c9c359a17f
issue-4637 Do not consider extra_indexes when requirement.index is pinned.
2022-03-13 19:28:30 -04:00
Oz N Tiram
881b7b371c
Merge pull request #4913 from oz123/vendoring-docs
...
Update vendoring docs.
2022-03-12 21:15:03 +01:00
Oz N Tiram
8987b598ed
Merge pull request #4979 from pypa/issue-4975-env-variables-not-expanded
...
Fix for expanding dot env variables in scripts
2022-03-12 21:14:41 +01:00
Oz N Tiram
a5ae9e3346
Merge pull request #4981 from pypa/issue-4938-remove-two-flag
...
Remove mention of the --two flag and python2
2022-03-12 21:13:20 +01:00
Matt Davis
9891ac03ef
Add news fragment.
2022-03-12 03:13:40 -05:00
Matt Davis
79389f0031
Remove mention of the --two flag and python2
2022-03-12 03:07:48 -05:00
Matt Davis
5a151615aa
missed these tests becasue they run only on earlier python versions.
2022-03-11 03:25:13 -05:00
Matt Davis
f488273715
Adjust test stdout expectations.
2022-03-11 02:52:03 -05:00
Matt Davis
0604977c0c
Merge branch 'issue-4975-env-variables-not-expanded' of github.com:pypa/pipenv into issue-4975-env-variables-not-expanded
2022-03-11 02:09:24 -05:00
Matt Davis
90a12ddb11
clean up edge case now that print success changed away from stderr.
2022-03-11 02:09:18 -05:00
Matt Davis
77a50e78e0
Add news fragment for 4975 and 3901
2022-03-11 01:51:49 -05:00
Matt Davis
e7732e2a1b
Add test case for this.
2022-03-11 01:49:16 -05:00
Matt Davis
034aa81297
Ensure that dot env variables are actually in the real environment so they can be exapnded by os.path.expandvars
2022-03-11 01:32:23 -05:00