Commit Graph

992 Commits

Author SHA1 Message Date
Oz Tiram 040b4649e9 Fix failing test
This is due to slightly modified output format
2023-01-28 16:25:47 +01:00
Oz Tiram fe99aa1384 Remove deprecated flag --three 2023-01-23 01:18:23 +01:00
Matt Davis e8a7b45eb9 Merge pull request #5565 from TrellixVulnTeam/main
CVE-2007-4559 Patch
2023-01-07 12:06:45 -05:00
TrellixVulnTeam fa918c89c3 Adding tarfile member sanitization to extractall() 2023-01-07 15:24:43 +00:00
Oz Tiram 8a994e4c80 Merge pull request #5556 from pypa/remove-pytest-pypi-take-2
Remove pytest pypi take 2
2023-01-03 06:38:52 +01:00
Oz Tiram 3a2e708001 Remove pytest-pypi package included in tests/ 2022-12-28 15:46:53 +01:00
Oz Tiram abcb3e2df4 Remove pytest-pypi server from usage in tests 2022-12-28 15:45:41 +01:00
Oz Tiram 49999bda83 Fix extras listing twice with direct file URL
Fix #5536.

Bump vendored requirementslib to 2.2.3 which includes the actual fix.
Also, add a test case for this in pipenv.
2022-12-28 14:22:27 +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
Matt Davis 75132d6acd Resolve issue where null markers were getting added when extras were provided. 2022-12-09 02:55:05 -05:00
Matt Davis 5fb04ff8b3 Add basic test case. 2022-12-07 20:33:45 -05:00
Oz Tiram c46ad88fb9 Tests: fix failing tests after removal of vistir.misc.run 2022-12-06 16:11:10 +01:00
Oz Tiram d474edc993 Remove another usage of vistir.misc.run 2022-12-06 15:25:10 +01:00
Oz N Tiram 8cd6e0174b Merge pull request #5504 from pypa/fix-5503
requirements: fix generation of file
2022-11-27 17:26:28 +01:00
Oz Tiram f57dac10de Fix failing integration test 2022-11-27 16:48:24 +01:00
Yeison Vargas fb9e4d769d Get packages for pipenv check from the target venv. 2022-11-24 00:52:22 -05:00
Matt Davis c58c371f6b Vendor new safety (#5217) (#5218)
* Vendor new safety (#5217)

* Closest to correct vendoring of ruamel.

* Fix lint

* New pipenv check with minimal output.

* Remove decode_for_output use in pipenv check functions.

* Use click.secho where is possible.

* Rerun vendoring to get the latest safety version.

* skip this test for now.

Co-authored-by: Yeison Vargas <yeisonvargasjf@gmail.com>
2022-11-22 21:14:24 -05:00
Oz Tiram 30be476801 Fix broken test 2022-11-18 23:09:57 +01:00
Oz Tiram ec27ab5652 Fix broken tests because of repository deletion
The repo https://github.com/Rapptz/discord.py was removed by the owner.
In order for this test to work, we need a package which has a setup
with version and extras in it.
2022-11-18 20:33:43 +01:00
Oz N Tiram f95b671fe3 Merge pull request #5468 from pypa/remove-yaspin-spinner
Remove yaspin spinner
2022-11-18 10:27:21 +01:00
Oz Tiram 0bd03e62b6 Fix failing tests 2022-11-13 22:57:23 +01:00
Oz Tiram 349b6edf16 Fix failing tests 2022-11-13 22:54:22 +01:00
Matt Davis aed46b07c7 Fix tests 2022-11-10 01:47:29 -05:00
Oz N Tiram 5142bbd3a0 Merge pull request #5450 from pypa/more-vendor-clean-up
More vendor clean up
2022-11-04 15:38:16 +01:00
Matt Davis ecb969b363 Merge branch 'main' into issue-5444 2022-11-04 08:57:43 -04:00
Oz N Tiram e8e391fe9b Merge branch 'main' into more-vendor-clean-up 2022-11-04 10:55:13 +01:00
Micah Smith 93e97b7510 Update test_pipenv_check to ignore new vulnerability with wheel<0.38 2022-11-02 15:22:08 -04:00
Micah Smith 258d82f21d Fix is_env_truthy 2022-11-02 11:58:29 -04:00
Oz Tiram be92e26606 testing: disable some CVE checks for new CVEs without fix
This should be revised, but for now we can proceed without it.
2022-11-02 12:26:47 +01:00
Micah Smith 93ca107599 Fix behavior of VENV_IN_PROJECT setting 2022-11-01 21:15:58 -04:00
Matt Davis bf289af7e6 Treat each index as its own install phase (per category) in order to fulfill index restrictions (default behavior). 2022-10-30 05:28:08 -04:00
Micah Smith d1adb504be Add default kwarg to get_from_env 2022-10-25 10:56:09 -04:00
Oz N Tiram 73149a970c Merge branch 'main' into pip-22.3 2022-10-25 10:06:33 +02:00
dojutsu-user a621facba3 fix tests 2022-10-22 18:44:03 +05:30
dojutsu-user 01ba0e8c28 update test 2022-10-22 16:54:29 +05:30
dojutsu-user 4569c834e4 update the test 2022-10-22 15:40:01 +05:30
dojutsu-user aa250271aa change category to categories 2022-10-22 15:31:39 +05:30
dojutsu-user 0fdacebc0f add category cmd line option 2022-10-22 14:47:42 +05:30
Matt Davis cd583dcfa2 Remove duplicated test variant with the same name. 2022-10-16 10:16:30 -04:00
Oz N Tiram 7c945d6bf0 Remove usage of mkdir_p in favour of os.makedirs
This function was defined in ``pipenv.utils.shell`` and
in ``vistir.path``. ``os.makedirs`` which is added in newer Python
version is doing the same.
2022-10-12 11:00:15 +02:00
Matt Davis 58f0e8a717 Revert back to build isolation by default; support extra-pip-args on sync command. 2022-10-11 04:10:16 -04:00
jerempy 5f548d05dd update vendored lib
update to vendored tomlkit everywhere

tests were breaking primarily due to the vendored tomlkit classes do not equal the non vendored
2022-10-09 14:55:58 -04:00
jerempy bb0944265b added callables to [scripts] in Pipfile
Can now add a callable like {call = "package.module:func('arg')"}
2022-10-09 14:48:09 -04:00
Matt Davis 4fa70dba68 Merge branch 'main' into named-categories 2022-10-08 10:55:13 -04:00
Oz N Tiram 9d532123d1 Merge pull request #5389 from pypa/clean-conftest
Clean conftest
2022-10-06 08:13:29 +02:00
Matt Davis 19b53014f4 Merge branch 'main' into named-categories 2022-10-05 23:30:54 -04:00
Oz N Tiram 8d6bec6bfd Merge pull request #5387 from jerempy/python_full_version-in-pipfile
Python full version in pipfile
2022-10-06 01:17:05 +02:00
Oz N Tiram 1f836f66fc Remove usage of fs_encode
See also #5062
2022-10-06 00:24:08 +02:00
Oz N Tiram ea84f684a6 Remove unused import of threading 2022-10-06 00:23:47 +02:00
jerempy 3171333449 delete accidental dup test 2022-10-05 10:54:46 -04:00