Matt Davis
|
41fe699bd0
|
Add news fragment.
|
2022-08-07 22:53:26 +02:00 |
|
Matt Davis
|
374b670afb
|
Remove other spots that did not use the internal pip version to exectue pipenv commands.
|
2022-08-07 22:53:26 +02:00 |
|
Matt Davis
|
292bc5f7e0
|
PR feedback.
|
2022-08-07 09:08:46 +02:00 |
|
Matt Davis
|
1aa556e195
|
Add missing vendoring files that get generated when running vendoring.
|
2022-08-07 09:08:46 +02:00 |
|
Matt Davis
|
523d1fea7e
|
Add news fragment.
|
2022-08-07 00:06:20 +02:00 |
|
Matt Davis
|
66e1256018
|
Convert this test off pip-shims, it became flakey recently.
|
2022-08-07 00:06:20 +02:00 |
|
amir
|
b08dabd785
|
run pre-commit and apply the corresponding linter fixes
|
2022-08-07 00:03:08 +02:00 |
|
amir
|
fcebb982ad
|
add news of the bugfix
|
2022-08-07 00:03:08 +02:00 |
|
amir
|
f443860162
|
fix bug when auto completing install and uninstall
|
2022-08-07 00:03:08 +02:00 |
|
Matt Davis
|
6883882a6e
|
refactor based on PR feedback.
|
2022-08-06 16:28:55 +02:00 |
|
Matt Davis
|
664a1e525f
|
refactor based on PR feedback.
|
2022-08-06 16:28:55 +02:00 |
|
Matt Davis
|
61aa6cdab9
|
Add news fragment.
|
2022-08-06 16:28:55 +02:00 |
|
Matt Davis
|
9b2428e01a
|
Improve handling of CI varaible for build systems that set it to a string like azure.
|
2022-08-06 16:28:55 +02:00 |
|
Oz N Tiram
|
66f03afd0b
|
update README
* Bump python version required
* Add install instructions for gentoo
* Update usage output from `pipenv --help`
|
2022-08-06 16:28:28 +02:00 |
|
Matt Davis
|
49f1c42aaf
|
Add news fragment.
|
2022-08-06 08:32:25 +02:00 |
|
Matt Davis
|
84065c49ed
|
test corrections.
|
2022-08-06 08:32:25 +02:00 |
|
Matt Davis
|
1daa4d5d8d
|
Remove old way of generting requirements.
|
2022-08-06 08:32:25 +02:00 |
|
Matt Davis
|
e040f89798
|
Mark dev version for main.
|
2022-08-05 10:49:59 -04:00 |
|
Matt Davis
|
00b3499600
|
Apply linter.
|
2022-08-05 10:47:57 -04:00 |
|
Matt Davis
|
b642b1fe5a
|
Release v2022.8.5
|
2022-08-05 10:45:30 -04:00 |
|
Matt Davis
|
f50a12a8c5
|
add back release vendoring import -- unintentionally removed.
|
2022-08-05 10:45:02 -04:00 |
|
Oz N Tiram
|
ca38db63db
|
Use temp_environ in test for CUSTOM_VENV_NAME
This is so that PIPENV_CUSTOM_VENV_NAME does not leak to
other tests.
|
2022-08-04 10:56:48 +02:00 |
|
otherjake
|
ec38ae1e81
|
Add unit test, create a section about venv names
in advanced docs.
|
2022-08-04 10:56:48 +02:00 |
|
otherjake
|
7ca9377f0d
|
Add new news fragment to git.
|
2022-08-04 10:56:48 +02:00 |
|
otherjake
|
1e6a057f27
|
Fix name of news fragment to be even more correct.
|
2022-08-04 10:56:48 +02:00 |
|
otherjake
|
0af70223c2
|
Correct name of news fragment to house standards.
|
2022-08-04 10:56:48 +02:00 |
|
otherjake
|
badc1f4fa9
|
Support PIPENV_CUSTOM_VENV_NAME from environments
in the same way as other environment variables.
Update documentation to include the new variable.
|
2022-08-04 10:56:48 +02:00 |
|
otherjake
|
67e5f7cd9c
|
Check environment variable PIPENV_CUSTOM_VENV_NAME
Resolves #1226
|
2022-08-04 10:56:48 +02:00 |
|
khanhdq
|
23f4cf3cea
|
Revert "Revert "Remove newline, add dot.""
This reverts commit 029d187a2e241b8586373a11daaf3694a43af497.
|
2022-08-03 20:20:54 +02:00 |
|
khanhdq
|
e022f5beef
|
Revert "Remove unnecessary exception handling"
This reverts commit 3ca7c96107bf589634f9e2e2e400effcae1b437b.
|
2022-08-03 20:20:54 +02:00 |
|
khanhdq
|
7eeb28422f
|
Revert "Remove newline, add dot."
This reverts commit 3a05e37eaa0ee1f6f5bad76e935e5fa58852a2aa.
|
2022-08-03 20:20:54 +02:00 |
|
khanhdq
|
175568483a
|
Remove unnecessary exception handling
|
2022-08-03 20:20:54 +02:00 |
|
khanhdq
|
cce4ed5885
|
Remove newline, add dot.
|
2022-08-03 20:20:54 +02:00 |
|
khanhdq
|
5946ae7626
|
Add newline
|
2022-08-03 20:20:54 +02:00 |
|
khanhdq
|
fc396efa64
|
Fix linting
|
2022-08-03 20:20:54 +02:00 |
|
khanhdq
|
23f1fd80bb
|
Add news fragment.
|
2022-08-03 20:20:54 +02:00 |
|
khanhdq
|
a69095c42a
|
Use sysconfig instead of distutils.sysconfig
|
2022-08-03 20:20:54 +02:00 |
|
khanhdq
|
2242beeca4
|
Don't create .json files when getting paths
|
2022-08-03 20:20:54 +02:00 |
|
Oz N Tiram
|
581888e63f
|
Tiny fixes to the Makefile
Properly write test_venv.
Fix missing option to test target.
|
2022-08-01 15:40:57 +02:00 |
|
Oz N Tiram
|
f550222786
|
Add news fragment
|
2022-08-01 15:40:57 +02:00 |
|
Oz N Tiram
|
13b023b986
|
Remove urllib3 from vendor, use pip._vendor
See #5174
|
2022-08-01 15:40:57 +02:00 |
|
Matt Davis
|
75b77ebebf
|
correction
|
2022-07-30 23:21:45 +02:00 |
|
Matt Davis
|
654fa04b82
|
Add news fragment.
|
2022-07-30 23:21:45 +02:00 |
|
Matt Davis
|
7c26fdd747
|
Convert off the shims package finder.
|
2022-07-30 23:21:45 +02:00 |
|
Matt Davis
|
af20293b06
|
Let the great unraveling of pip_shims begin!
|
2022-07-30 23:21:45 +02:00 |
|
otherjake
|
962933d865
|
Regen patch hash
|
2022-07-29 15:55:12 +02:00 |
|
Matt Davis
|
228dd38b2a
|
Add news fragment.
|
2022-07-29 15:54:21 +02:00 |
|
Matt Davis
|
ca2319db12
|
corrected color name.
|
2022-07-29 15:54:21 +02:00 |
|
Matt Davis
|
e2e67caabd
|
Remove another dead test.
|
2022-07-29 15:28:18 +02:00 |
|
Matt Davis
|
771cee564a
|
Remove tests that are old and permenently skipped, remove OS skips that seem to not make sense.
|
2022-07-29 15:28:18 +02:00 |
|