summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* For compatibility, add a bootstrap script with a warning.bugfix/1996-no-bootstrapJason R. Coombs2021-01-231-0/+7
* Remove bootstrap from docs buildJason R. Coombs2021-01-191-16/+0
* Update changelog. Fixes #1527.Jason R. Coombs2021-01-191-0/+1
* Remove bootstrap and tox-pip and instead rely on pep517.Jason R. Coombs2021-01-195-146/+0
* Prefer 'rootdir' for resolving the project root.Jason R. Coombs2021-01-181-12/+10
* Merge pull request #2459 from webknjaz/testing/pytest-xdistJason R. Coombs2021-01-186-8/+50
|\
| * Add changelog.Jason R. Coombs2021-01-181-0/+1
| * Restore test_build_sdist_relative_path_import to its former simple implementa...Jason R. Coombs2021-01-181-6/+6
| * Simplify get_build_backend to simply allow override of cwd.Jason R. Coombs2021-01-181-6/+4
| * Extract workaround for pytest-dev/pytest-xdist#376 as a fixture. Invoke the r...Jason R. Coombs2021-01-182-11/+19
| * Rely on rootdir to determine the source. Avoids coupling with position in the...Jason R. Coombs2021-01-181-9/+2
| * Avoid indirection in src_dirJason R. Coombs2021-01-171-4/+1
| * Rely on pytest-enabler to enable pytest-xdist when present and enabled.Jason R. Coombs2021-01-173-4/+4
| * Use tmp src copy in `test_clean_env_install`Sviatoslav Sydorenko2021-01-181-2/+2
| * Isolate src for `test_distutils_adoption`Sviatoslav Sydorenko2021-01-181-3/+3
| * Make `test_pip_upgrade_from_source` xdist-friendlySviatoslav Sydorenko2021-01-182-2/+30
| * Replace `tmpdir_cwd` fixture with `tmp_path`Sviatoslav Sydorenko2021-01-181-5/+4
| * Make `get_build_backend` cwd path customizableSviatoslav Sydorenko2021-01-181-2/+4
| * Clarify `test_build_sdist_relative_path_import`Sviatoslav Sydorenko2021-01-181-0/+1
| * Sanitize CWD out of sys.path in xdist modeSviatoslav Sydorenko2021-01-181-0/+11
| * Parallelize the test runs via pytest-xdistSviatoslav Sydorenko2021-01-182-0/+4
* | Simplify and enhance tests in test_build_meta. Ref #2459.Jason R. Coombs2021-01-181-3/+3
|/
* Bump version: 51.3.2 → 51.3.3v51.3.3Jason R. Coombs2021-01-174-3/+11
* Fix AttributeError in Description validation. Fixes #2539.Jason R. Coombs2021-01-172-1/+2
* Bump version: 51.3.1 → 51.3.2v51.3.2Jason R. Coombs2021-01-174-3/+11
* Merge pull request #2538 from pypa/bugfix/1390-lenient-descriptionJason R. Coombs2021-01-172-1/+4
|\
| * Repair Descriptions with newlines and emit a warning that the value will be d...bugfix/1390-lenient-descriptionJason R. Coombs2021-01-172-1/+4
|/
* Bump version: 51.3.0 → 51.3.1v51.3.1Jason R. Coombs2021-01-163-2/+11
* Revert "Merge pull request #2533 from pypa/fix/2529"Jason R. Coombs2021-01-162-56/+38
* Bump version: 51.2.0 → 51.3.0v51.3.0Jason R. Coombs2021-01-167-8/+16
* Merge pull request #2470 from pypa/bugfix/1390-description-no-newlinesJason R. Coombs2021-01-162-1/+9
|\
| * Quick fix for #1390. Now description cannot contain a newline.Jason R. Coombs2021-01-162-1/+9
|/
* Remove unused variableJason R. Coombs2021-01-161-1/+0
* Merge pull request #2490 from thatch/mainJason R. Coombs2021-01-164-1/+13
|\
| * Rely on tuple argument to endswithJason R. Coombs2021-01-161-1/+1
| * Find .egg-info in zipimport tooTim Hatch2020-12-212-1/+4
| * Failing test for #2489Tim Hatch2020-12-212-0/+9
* | Merge pull request #2506 from xdhmoore/patch-1Jason R. Coombs2021-01-161-3/+3
|\ \
| * | Clarify Development Mode first paragraphDaniel Moore2020-12-231-3/+3
* | | Merge pull request #2507 from drewrisinger/patch-1Jason R. Coombs2021-01-161-1/+1
|\ \ \
| * | | docs (build_meta): fix spelling mistakeDrew2020-12-251-1/+1
| |/ /
* | | Merge pull request #2508 from webknjaz/maintenance/flake8-exclude-.toxJason R. Coombs2021-01-161-1/+3
|\ \ \
| * \ \ Merge branch 'main' into maintenance/flake8-exclude-.toxJason R. Coombs2021-01-1632-360/+561
| |\ \ \
| * | | | Exclude _distutils from flake8 also.Jason R. Coombs2021-01-161-1/+2
| * | | | Exclude `build/lib/` artifacts in flake8 configSviatoslav Sydorenko2020-12-261-0/+1
| * | | | Migrate to `extend-exclude` in flake8 configSviatoslav Sydorenko2020-12-261-1/+1
| | |/ / | |/| |
* | | | Merge pull request #2509 from webknjaz/maintenance/flake8-per-file-ignoresJason R. Coombs2021-01-161-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Drop unmached py*compat.py ignore rule from flake8Sviatoslav Sydorenko2020-12-261-4/+0
| * | | Drop non-existing site-patch.py from flake8Sviatoslav Sydorenko2020-12-261-1/+0
| * | | Fix misplaced/mistyped per-file-ignores in flake8Sviatoslav Sydorenko2020-12-261-2/+5
| |/ /