summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_build_meta.py
Commit message (Expand)AuthorAgeFilesLines
* dedicated testhauntsaninja2023-01-251-16/+18
* add a testhauntsaninja2023-01-241-0/+16
* Fix typos found by codespellDimitri Papadopoulos2022-11-201-2/+2
* Reproduce error in issue 3523Anderson Bravalheri2022-08-151-0/+17
* Adapt test_build_meta to the new format of editable_wheel optionsAnderson Bravalheri2022-08-031-5/+5
* Use venv to isolate test_legacy_editable_installAnderson Bravalheri2022-08-021-6/+5
* Allow users to opt-into previous "develop" behaviorAnderson Bravalheri2022-06-251-0/+25
* Address errors in tests for WindowsAnderson Bravalheri2022-06-171-20/+23
* Skip problematic test on macOSAnderson Bravalheri2022-06-161-2/+7
* build_meta.build_editable: Add tests for config_settingsAnderson Bravalheri2022-06-161-0/+58
* Prevent setup_requires patches from activating auto-discoveryAnderson Bravalheri2022-03-191-0/+24
* Merge branch 'main' into experimental/support-pyprojectAnderson Bravalheri2022-03-161-0/+7
|\
| * Just skip the most problematic test for PyPy on WindowsAnderson Bravalheri2022-03-141-0/+7
* | Change pyproject.toml tests to not use dynamic for license/license-filesAnderson Bravalheri2022-03-091-3/+3
* | Test static metadata in pyproject.toml is not overwritten by setup.pyAnderson Bravalheri2022-03-051-0/+57
* | Test if not-zip-safe file is being generated with project metadataAnderson Bravalheri2022-03-051-0/+2
* | Ensure build_meta don't have problems with instructions after setup()Anderson Bravalheri2022-03-051-1/+37
* | Add backend test with pyproject.toml-based configsAnderson Bravalheri2022-03-051-4/+148
|/
* XFAIL on OSError in test_build_meta for PyPYAnderson Bravalheri2022-02-201-1/+1
* Attempt to workaround yet another problem with PyPy testsAnderson Bravalheri2022-02-181-0/+6
* Ensure process killing does not fail on WindowsAnderson Bravalheri2022-02-141-2/+2
* Kill individual worker process after timeout in test_build_metaAnderson Bravalheri2022-02-141-3/+13
* Kill process pool after timeout in test_build_metaAnderson Bravalheri2022-02-131-0/+1
* Prevent type error from env varAnderson Bravalheri2022-02-121-1/+1
* Add timeout to test_build_metaAnderson Bravalheri2022-02-121-1/+8
* Include trailing quote in build-backend for test_build_meta. Fixes #2771.Jason R. Coombs2021-09-061-2/+2
* fixup! fixup! build_meta: produce informative error when a dist is not foundlayday2021-03-211-4/+1
* build_meta: produce informative error when a dist is not foundlayday2021-03-161-0/+14
* Switch to jaraco.path for building filesJason R. Coombs2021-02-201-13/+13
* Simplify and enhance tests in test_build_meta. Ref #2459.Jason R. Coombs2021-01-181-3/+3
* Fix syntax in test_build_meta, version should not have quotes. Bug was masked...Jason R. Coombs2020-12-201-1/+1
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-18/+2
* Flake 99Thomas Kluyver2020-08-061-1/+0
* Add test for PEP 517 backends not installing setup_requiresThomas Kluyver2020-08-061-1/+31
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-0/+1
* Merge branch 'sys_argv' of https://github.com/aimileus/setuptools into maint/...Jason R. Coombs2020-01-141-0/+28
|\
| * Add testsEmiel Wiedijk2019-05-151-0/+28
* | Add test ensuring pyproject.toml is included during PEP 517 build.Tzu-ping Chung2019-12-291-0/+21
|/
* build_meta: fix 2 issues with `build_wheel` / `build_sdist`Benoit Pierre2019-04-221-17/+21
* Merge pull request #1745 from shashanksingh28/masterPaul Ganssle2019-04-221-1/+6
|\
| * Fix error when wheels already exist in dist/Shashank Singh2019-04-221-1/+6
* | Limit workers in ProcessPoolExecutorPaul Ganssle2019-04-221-1/+1
|/
* Add test for pre-existing wheels in build_metaFloris Lambrechts2019-04-201-0/+38
* Extend requirement parsing tests to sdistsPaul Ganssle2019-03-161-3/+12
* Add requirement parsing in setuptools.build_metaPaul Ganssle2019-03-161-13/+9
* Add failing test for setup_requiresPaul Ganssle2019-03-161-0/+46
* Add support for setup.cfg-only projectsPaul Ganssle2019-02-071-2/+21
* Rename build_meta:legacy to build_meta:__legacy__Paul Ganssle2019-02-051-1/+1
* Move build_meta_legacy to build_meta:legacyPaul Ganssle2019-02-031-3/+14
* Add build_meta_legacy backendPaul Ganssle2019-02-031-1/+0