Commit Graph

980 Commits

Author SHA1 Message Date
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
jerempy 5bf9f1baac pipfile saves correctly
and news segment
2022-10-05 10:52:09 -04:00
Matt Davis 35b996df76 merge in main and resolve conflict. 2022-10-04 05:32:31 -04:00
jerempy 3fe3674949 test first - it fails
expected output doesn't match current output which is "python_version": "3.10"
2022-10-03 09:10:56 -04:00
Oz N Tiram d2fe28a8b0 Bump dparse version to 0.6.2 2022-10-02 23:58:38 +02:00
Matt Davis b3381ce4e8 Check point progress fixing tests in branch. 2022-09-22 04:32:32 -04:00
Matt Davis 8e81ddadc1 resolve merge conflict with main. 2022-09-21 21:41:12 -04:00
Matt Davis 2b1e270daa Add test. 2022-09-21 06:57:13 -04:00
Matt Davis 8cf819c108 Fix bug where locking one category clears the other category locks. 2022-09-20 15:36:58 -04:00
Matt Davis 9e064bc6c3 Fix issues from prior refactoring and specify --no-build-isolation by default. 2022-09-20 12:02:45 -04:00
Matt Davis 7497f0cbc8 resolve issues with uninstall. 2022-09-19 23:19:37 -04:00
Matt Davis eb6054ac0c Add test for isolated package lock. 2022-09-19 18:34:26 -04:00
Matt Davis 40900bcede Add install categories tests. 2022-09-19 18:10:22 -04:00