Matt Davis
ec35f7fdf4
Remove --skip-lock flag
2023-07-29 10:07:51 +02:00
github-actions[bot]
8e6da346d6
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-23 21:00:10 +00:00
Matt Davis
836e756f18
Release v2023.7.23
2023-07-23 16:58:23 -04:00
Matt Davis
839554dcc5
add news fragment
2023-07-23 22:04:43 +02:00
Matt Davis
662a5210de
Vendor in pythonfinder==2.0.5
2023-07-23 22:04:43 +02:00
Matt Davis
76d40f5e82
add comments
2023-07-23 21:30:16 +02:00
Matt Davis
a72e961f8b
add news fragment
2023-07-23 21:30:16 +02:00
Matt Davis
b3fefa5da4
Restore prior resolver default behavior but maintain direct code path for testing resolver.
2023-07-23 21:30:16 +02:00
Matt Davis
c37f031303
add news fragment.
2023-07-23 21:21:24 +02:00
Matt Davis
492ed44408
re-run vendoring after removing patch
2023-07-23 21:21:24 +02:00
Matt Davis
5618166fbc
Vendor in pip 23.2
2023-07-23 21:21:24 +02:00
Matt Davis
301d2041e7
Update safety patch
2023-07-23 21:21:24 +02:00
Matt Davis
ed4fced07a
update patch for pip 23.2
2023-07-23 21:21:24 +02:00
Matt Davis
65208d5f81
Mark intentions for pip 23.2
2023-07-23 21:21:24 +02:00
Matt Davis
69d8d1b7ea
Merge pull request #5807 from pypa/fix-ruff-complaints
...
Fix ruff-complaints
2023-07-23 14:44:29 -04:00
Matt Davis
f90e0c9a41
Merge pull request #5811 from kianmeng/fix-typos
...
Fix typos
2023-07-23 14:33:06 -04:00
Oz Tiram
3cf75e8d8f
Fix refactoring of check routine
2023-07-23 20:30:54 +02:00
Kian-Meng Ang
810fb745ae
Fix typos
...
Found via `codespell -S ./peeps,./pipenv/patched,./pipenv/vendor,./pipenv/pipenv.1,./get-pipenv.py,./tests/test_artifacts`
2023-07-23 21:55:03 +08:00
Oz Tiram
e8d8dcf24f
Add news snippet
2023-07-23 08:34:16 +02:00
Oz Tiram
e74a282e09
Fix ruff warnings in tests/integration
2023-07-23 08:31:31 +02:00
Oz Tiram
0fbb9b30be
Fix ruff warnings in pipenv/routines/check.py
2023-07-23 08:22:18 +02:00
Oz Tiram
d866aba387
Fix ruff warnings in pipenv/utils/resolver.py
2023-07-23 08:14:21 +02:00
Oz Tiram
0c72375e5c
Fix ruff warnings pipenv/shells.py
2023-07-23 08:12:57 +02:00
Oz Tiram
fe9742b4dd
Fix ruff warnings in pipenv/routines/outdated.py
2023-07-23 08:10:20 +02:00
Oz Tiram
0bf2109025
Fix ruff warnning in pipenv/routines/install.py
2023-07-23 08:02:42 +02:00
Oz Tiram
04107c8dca
Merge branch 'main' into fix-ruff-complaints
2023-07-23 07:59:49 +02:00
Oz Tiram
22bdaba9a7
Fix ruff warnings in tasks/vendoring/__init__.py
2023-07-23 07:56:59 +02:00
Oz Tiram
63ddce2fd0
Add news snippet
2023-07-23 06:59:03 +02:00
Oz N Tiram
9649faaa84
Fix call to console print
2023-07-23 06:59:03 +02:00
Oz N Tiram
735d64f83a
Fix rich Console import
2023-07-23 06:59:03 +02:00
Oz N Tiram
bc4f543f6a
Remove secho from pipenv.utils.pipfile
2023-07-23 06:59:03 +02:00
Oz N Tiram
cb716a7787
Replace secho in pipenv.utils.pip
2023-07-23 06:59:03 +02:00
Oz N Tiram
6376b0cb4a
Remove secho from pipenv.routines.clean
2023-07-23 06:59:03 +02:00
Oz N Tiram
f661f49794
Remove secho from pipenv.environment
2023-07-23 06:59:03 +02:00
Matt Davis
bf279c1595
Start fixing ruff-complaints
2023-07-21 22:38:36 -04:00
Frank Lichtenheld
7085c79cdb
utils.toml: Handle tomlkit OutOfOrderTableProxy ( #5797 )
...
We get this when we have subtables that do not
directly follow their parent table.
Fixes : #5794
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com >
2023-07-18 23:05:59 -04:00
github-actions[bot]
00b622a169
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-11 19:00:36 +00:00
Matt Davis
de356738df
Release v2023.7.11
2023-07-11 14:58:26 -04:00
Matt Davis
70b77ae332
Fix failing test
2023-07-11 20:23:42 +02:00
Matt Davis
49b78914b4
somehow this change got reverted
2023-07-11 20:23:42 +02:00
Matt Davis
041695bbc4
Restore this patch in hopes it fixes the windows 3.8 build.
2023-07-11 20:23:42 +02:00
Matt Davis
2fe293c58e
Don't use search for generic python to crreate the venv for this test.
2023-07-11 20:23:42 +02:00
Matt Davis
fd5549d50b
Safer rmtree in case of failure
2023-07-11 20:23:42 +02:00
Matt Davis
2350346866
Insulate this test from side-effects with other tests using six
2023-07-11 20:23:42 +02:00
Matt Davis
71950a85dd
Avoid the global temprdir manager to avoid problems with parallel tests.
2023-07-11 20:23:42 +02:00
Matt Davis
593eb31592
Add news fragment.
2023-07-11 20:23:42 +02:00
Matt Davis
2975e8e5e3
Use this because of macos and linux test failure.
2023-07-11 20:23:42 +02:00
Matt Davis
faeae5cb40
Remove duplicated test
2023-07-11 20:23:42 +02: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
Matt Davis
47e4d355e0
Invoke the resolver in the same process as pipenv rather than utilzing subprocess. Restore accidentally commented out part of pip validations.
2023-07-11 20:23:42 +02:00