Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use path builder in upload_docs tests.jaraco-path-build | Jason R. Coombs | 2021-02-20 | 2 | -34/+24 |
| | |||||
* | Merge branch 'main' into jaraco-path-build | Jason R. Coombs | 2021-02-20 | 13 | -164/+63 |
|\ | |||||
| * | Merge pull request #2573 from melissa-kun-li/fix-sphinx-upload-docs | Jason R. Coombs | 2021-02-20 | 5 | -4/+49 |
| |\ | | | | | | | Fix error uploading Sphinx doc with upload_docs. Fixes #1060 | ||||
| | * | Update sphinx upload_docs test | Melissa Li | 2021-02-19 | 1 | -1/+0 |
| | | | |||||
| | * | Update fix and documentation | Melissa Li | 2021-02-19 | 1 | -6/+3 |
| | | | |||||
| | * | Add changelog | Melissa Li | 2021-02-19 | 1 | -0/+2 |
| | | | |||||
| | * | Fix sphinx upload_docs | Melissa Li | 2021-02-19 | 4 | -2/+49 |
| | | | |||||
| * | | Bump version: 52.0.0 → 53.0.0v53.0.0 | Jason R. Coombs | 2021-02-01 | 4 | -3/+11 |
| | | | |||||
| * | | Merge pull request #2543 from pypa/bugfix/1996-no-bootstrap | Jason R. Coombs | 2021-02-01 | 7 | -158/+4 |
| |\ \ | | |/ | |/| | Remove bootstrap script | ||||
| | * | For compatibility, add a bootstrap script with a warning.bugfix/1996-no-bootstrap | Jason R. Coombs | 2021-01-23 | 1 | -0/+7 |
| | | | |||||
| | * | Remove bootstrap from docs build | Jason R. Coombs | 2021-01-19 | 1 | -16/+0 |
| | | | |||||
| | * | Update changelog. Fixes #1527. | Jason R. Coombs | 2021-01-19 | 1 | -0/+1 |
| | | | |||||
| | * | Remove bootstrap and tox-pip and instead rely on pep517. | Jason R. Coombs | 2021-01-19 | 5 | -146/+0 |
| | | | |||||
* | | | Pin minimum jaraco.path version | Jason R. Coombs | 2021-02-20 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Benoit Pierre <benoit.pierre@gmail.com> | ||||
* | | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2021-02-20 | 1 | -4/+8 |
| | | | |||||
* | | | Switch to jaraco.path for building files | Jason R. Coombs | 2021-02-20 | 8 | -73/+36 |
|/ / | |||||
* | | Bump version: 51.3.3 → 52.0.0v52.0.0 | Jason R. Coombs | 2021-01-23 | 7 | -6/+17 |
| | | |||||
* | | Merge pull request #2544 from pypa/feature/remove-easy-install | Jason R. Coombs | 2021-01-23 | 7 | -77/+11 |
|\ \ | | | | | | | Remove easy_install script and module. | ||||
| * | | Update changelog | Jason R. Coombs | 2021-01-23 | 1 | -0/+1 |
| | | | |||||
| * | | Remove 'main' function from 'easy_install'. | Jason R. Coombs | 2021-01-23 | 2 | -52/+7 |
| | | | |||||
| * | | Remove easy_install script and module. | Jason R. Coombs | 2021-01-23 | 4 | -25/+3 |
|/ / | |||||
* | | Merge pull request #2545 from pypa/feature/remove-eggsecutable | Jason R. Coombs | 2021-01-23 | 5 | -74/+3 |
|\ \ | | | | | | | Remove eggsecutable | ||||
| * | | Update changelog. | Jason R. Coombs | 2021-01-23 | 1 | -0/+1 |
| | | | |||||
| * | | Remove eggsecutablefeature/remove-eggsecutable | Jason R. Coombs | 2021-01-20 | 4 | -74/+2 |
| |/ | |||||
* | | Merge pull request #2537 from ↵ | Jason R. Coombs | 2021-01-23 | 4 | -57/+6 |
|\ \ | |/ |/| | | | | | pypa/feature/drop-fetch-build-eggs-easy-install-fallback Remove support for easy_install-based downloads for fetch_build_eggs | ||||
| * | Merge branch 'main' into feature/drop-fetch-build-eggs-easy-install-fallbackfeature/drop-fetch-build-eggs-easy-install-fallback | Jason R. Coombs | 2021-01-23 | 10 | -24/+83 |
| |\ | |/ |/| | |||||
* | | Prefer 'rootdir' for resolving the project root. | Jason R. Coombs | 2021-01-18 | 1 | -12/+10 |
| | | |||||
* | | Merge pull request #2459 from webknjaz/testing/pytest-xdist | Jason R. Coombs | 2021-01-18 | 6 | -8/+50 |
|\ \ | | | | | | | Parallelize the test runs via pytest-xdist | ||||
| * | | Add changelog. | Jason R. Coombs | 2021-01-18 | 1 | -0/+1 |
| | | | |||||
| * | | Restore test_build_sdist_relative_path_import to its former simple ↵ | Jason R. Coombs | 2021-01-18 | 1 | -6/+6 |
| | | | | | | | | | | | | implementation. | ||||
| * | | Simplify get_build_backend to simply allow override of cwd. | Jason R. Coombs | 2021-01-18 | 1 | -6/+4 |
| | | | |||||
| * | | Extract workaround for pytest-dev/pytest-xdist#376 as a fixture. Invoke the ↵ | Jason R. Coombs | 2021-01-18 | 2 | -11/+19 |
| | | | | | | | | | | | | repair at the session level and only when xdist is present. | ||||
| * | | Rely on rootdir to determine the source. Avoids coupling with position in ↵ | Jason R. Coombs | 2021-01-18 | 1 | -9/+2 |
| | | | | | | | | | | | | the test suite. | ||||
| * | | Avoid indirection in src_dir | Jason R. Coombs | 2021-01-17 | 1 | -4/+1 |
| | | | |||||
| * | | Rely on pytest-enabler to enable pytest-xdist when present and enabled. | Jason R. Coombs | 2021-01-17 | 3 | -4/+4 |
| | | | |||||
| * | | Use tmp src copy in `test_clean_env_install` | Sviatoslav Sydorenko | 2021-01-18 | 1 | -2/+2 |
| | | | |||||
| * | | Isolate src for `test_distutils_adoption` | Sviatoslav Sydorenko | 2021-01-18 | 1 | -3/+3 |
| | | | |||||
| * | | Make `test_pip_upgrade_from_source` xdist-friendly | Sviatoslav Sydorenko | 2021-01-18 | 2 | -2/+30 |
| | | | |||||
| * | | Replace `tmpdir_cwd` fixture with `tmp_path` | Sviatoslav Sydorenko | 2021-01-18 | 1 | -5/+4 |
| | | | |||||
| * | | Make `get_build_backend` cwd path customizable | Sviatoslav Sydorenko | 2021-01-18 | 1 | -2/+4 |
| | | | |||||
| * | | Clarify `test_build_sdist_relative_path_import` | Sviatoslav Sydorenko | 2021-01-18 | 1 | -0/+1 |
| | | | |||||
| * | | Sanitize CWD out of sys.path in xdist mode | Sviatoslav Sydorenko | 2021-01-18 | 1 | -0/+11 |
| | | | |||||
| * | | Parallelize the test runs via pytest-xdist | Sviatoslav Sydorenko | 2021-01-18 | 2 | -0/+4 |
| | | | | | | | | | | | | Resolves #2458 | ||||
* | | | Simplify and enhance tests in test_build_meta. Ref #2459. | Jason R. Coombs | 2021-01-18 | 1 | -3/+3 |
|/ / | |||||
* | | Bump version: 51.3.2 → 51.3.3v51.3.3 | Jason R. Coombs | 2021-01-17 | 4 | -3/+11 |
| | | |||||
* | | Fix AttributeError in Description validation. Fixes #2539. | Jason R. Coombs | 2021-01-17 | 2 | -1/+2 |
| | | |||||
* | | Bump version: 51.3.1 → 51.3.2v51.3.2 | Jason R. Coombs | 2021-01-17 | 4 | -3/+11 |
| | | |||||
* | | Merge pull request #2538 from pypa/bugfix/1390-lenient-description | Jason R. Coombs | 2021-01-17 | 2 | -1/+4 |
|\ \ | | | | | | | Repair Descriptions with newlines and emit a warning | ||||
| * | | Repair Descriptions with newlines and emit a warning that the value will be ↵bugfix/1390-lenient-description | Jason R. Coombs | 2021-01-17 | 2 | -1/+4 |
|/ / | | | | | | | disallowed in the future. | ||||
| * | Add changelog. | Jason R. Coombs | 2021-01-17 | 1 | -0/+1 |
| | |