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 |
|
Oz N Tiram
|
c73f52d4fa
|
Merge pull request #4978 from pypa/issue-49766-pythonfinder-vendor-upddate
Issue 4976 pythonfinder vendor update
|
2022-03-09 11:12:35 +01:00 |
|
Matt Davis
|
99f0296b2e
|
Add news fragment
|
2022-03-08 22:58:28 -05:00 |
|
Matt Davis
|
a641f5a98c
|
step2 run invoke vendoring.update --package=pythonfinder --type=vendor
|
2022-03-08 22:49:34 -05:00 |
|
Matt Davis
|
34d7f21b63
|
step 1 pin the pythonfiner dependency in the vendor.txt
|
2022-03-08 22:42:04 -05:00 |
|
Oz N Tiram
|
8753ceea30
|
Merge pull request #4797 from ELHoussineT/patch-1
Use PIPENV_SKIP_LOCK environment variable
|
2022-02-20 19:50:37 +01:00 |
|
Oz N Tiram
|
b092dd6cf8
|
Merge pull request #4955 from pypa/windows-locate-pyenv-from-path
Windows: locate pyenv from PATH correctly
|
2022-02-16 09:21:51 +01:00 |
|
Matt Davis
|
9eb1e7b6d9
|
Fix test of find_windows_executable and expand coverage.
|
2022-02-15 20:27:55 -05:00 |
|
Matt Davis
|
dabd4bfe86
|
remvoe unused import
|
2022-02-15 11:37:29 -05:00 |
|
Matt Davis
|
ecc243fc69
|
Had to patch this locally to get windows to find pyenv which was already on the PATH.
|
2022-02-15 11:27:40 -05:00 |
|