4 Commits

Author SHA1 Message Date
Matt Davis 6ac1451ec8 stop using requirementslib models (#5793)
* Move away from requirementslib models

* Revise test since PEP-440 does not support wildcard versions but does support equivalent compatible release specifiers.

* simplify and remove dead code

* Ensure the os_name marker is AND with the other markers.

* Move what we still need from requirementslib into the pipenv utils and stop vendoring it.

* Remove requirementslib.

* force upgrade of virtualenv for python 3.12

* remove virtualenv-clone

* Update vcs specifiers documentation; infer name from specific pip line formats where possible.

* Provide helpful text and error for recently removed commands

* Set the right log levels and verbosity to show users the errors generated by pip resolver when supplying -v flag

* Fix the collection of all matching package hashes for non-pypi indexes.  Plus lesson from testing torch which contains local identifiers.
2023-08-19 16:36:52 -04:00
Matt Davis c715b11234 Finally get to the bottom of the test parallelism random failures is because click's CliRunner is not thread safe. 2023-07-11 20:23:42 +02:00
Oz Tiram 040b4649e9 Fix failing test
This is due to slightly modified output format
2023-01-28 16:25:47 +01:00
shimpeko 946040f716 [fix] update --outdated raises NonExistentKey with dev package
closes https://github.com/pypa/pipenv/issues/5540

pipenv update --outdated fail with NonExistentKey error when there are
outdated packages in dev-packages category.
2022-12-17 09:16:24 +00:00