1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tools
Tzu-ping Chung 42359a9605 Migrate tests to use pathlib.Path
The pip-specific Path implementation has been removed, and all its
usages replaced by pathlib.Path. The tmpdir and tmpdir_factory fixtures
are also removed, and all usages are replaced by tmp_path and
tmp_path_factory, which use pathlib.Path.

The pip() function now also accepts pathlib.Path so we don't need to put
str() everywhere. Path arguments are coerced with os.fspath() into str.
2022-06-08 19:58:46 +08:00
..
ci Add a single GitHub Actions workflow for CI 2021-04-02 01:26:26 +01:00
news Trim unnecessary newlines in news template 2022-01-29 09:10:54 +00:00
release Run towncrier build instead of towncrier 2022-05-03 11:56:30 +01:00
vendoring/patches Upgrade rich to 12.2.0 2022-04-22 15:50:29 +01:00
protected_pip.py Migrate tests to use pathlib.Path 2022-06-08 19:58:46 +08:00