Commit Graph

7555 Commits

Author SHA1 Message Date
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
Matt Davis cd5a9683be Rename notpip to pip. Vendor in pip-22.2.1 and latest requirementslib and vistir. 2022-07-28 11:58:10 +02:00
otherjake 2d250f5b65 5192 correct spacing for PIPENV_COLORBLIND warning 2022-07-28 00:25:56 +02:00
Oz N Tiram 89e6ac191d Revert undesired change to pip_shims
As discussed in the review, pip-shims of specifying what the pip module is.
2022-07-27 06:52:30 +02:00
Oz N Tiram e532fb5328 Remove only insertion of YAML libs to safety 2022-07-27 06:52:30 +02:00
Oz N Tiram 53dc092d38 Revert "Remove patch to safety/__main__.py to handle pyyaml"
This reverts commit 506f102670aad37e059758925483b7b207e86cc3.
2022-07-27 06:52:30 +02:00
Oz N Tiram f1fa76e1f9 Patch import paths of safety 2022-07-27 06:52:30 +02:00
Oz N Tiram 37db0234df Add some documentation on how to run tests locally. 2022-07-27 06:52:30 +02:00
Oz N Tiram 931a5b56e8 Restore skeleton for update_safety task
Might work on this later...
2022-07-27 06:52:30 +02:00
Oz N Tiram 92e97ecc21 Remove patch to safety/__main__.py to handle pyyaml
This is really not needed anymore.
k# Your branch is up to date with 'origin/vendoring-improvements'.
2022-07-27 06:52:30 +02:00
Oz N Tiram 8faa74cdc9 Update tomlkit==0.9.2
Used:

 python -m invoke vendoring.update --package=tomlkit
2022-07-27 06:52:30 +02:00
Oz N Tiram 1abbab63e0 Remove patch for tomlkit
This seems fixed in version 0.9.1

See here:

https://github.com/sdispater/tomlkit/blob/f8099e6d6cb68bd0e7676252d7c379dc4d49b982/tomlkit/items.py#L168

Bump vendored version of tomlkit
2022-07-27 06:52:30 +02:00
Oz N Tiram 4661f12f5c Update tomlkit version we vendor 2022-07-27 06:52:30 +02:00
Oz N Tiram df572a42ca Fix import paths in pip_shims.models 2022-07-27 06:52:30 +02:00
Oz N Tiram 388a30c20a Remove vendored yaml in yaml3
We no longer need a copy of yaml in yaml3 since we apply
a patch to dparse to disable a top level import of yaml.
2022-07-27 06:52:30 +02:00
Oz N Tiram ff3ae8f6c8 Remove separate download of pyparsing license
The library includes a copy of MIT license with the source code.
2022-07-27 06:52:30 +02:00
Oz N Tiram 4c3cba66c5 Remove charset_normalizer from list of vendored 2022-07-27 06:52:30 +02:00
Oz N Tiram 9c3db232e2 Remove vendoring on pyyaml
This was only used by dparse
2022-07-27 06:52:30 +02:00
Oz N Tiram bfdb90a6af Patch dparse locally - remove top level yaml import
We don't use this yaml import (only used for conda file parsing).
Hence, we can remove this.
2022-07-27 06:52:30 +02:00
Oz N Tiram 882a3a2cde Remove vendor/Misc
This seems like it was accidentally committed.
2022-07-27 06:52:30 +02:00
Oz N Tiram 232eff38d4 Remove references to Python2.7 in RELEASING.md 2022-07-27 06:52:30 +02:00
Oz N Tiram dbe6d45e89 Clean reference to delegator
We no longer vendor this package
2022-07-27 06:52:30 +02:00
Oz N Tiram 74321e4850 Remove vendored and patched crayons
We no longer use crayons, and it is abandoned upstread too.
2022-07-27 06:52:30 +02:00
Oz N Tiram 01e133d86c Remove funcsigs
We are no longer vendoring this library.
2022-07-27 06:52:30 +02:00
Oz N Tiram a3ae704df8 Remove more backports 2022-07-27 06:52:30 +02:00
Oz N Tiram eef583c03f Remove functools32 backport 2022-07-27 06:52:30 +02:00
Oz N Tiram 8c2ee9b789 Remove Python2 left overs 2022-07-27 06:52:30 +02:00
Matt Davis 027b1ecf5c Add extra details to the pipenv support command (#5189)
* Add extra diagnostics to support command.  Clean up old pip 9 reference.

* Axe utility method that is no longer needed.
2022-07-25 17:24:56 +02:00
github-actions[bot] 46c13edaf4 Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-24 11:12:30 +00:00