summaryrefslogtreecommitdiff
path: root/tests/tox_env/python/virtual_env/package
Commit message (Collapse)AuthorAgeFilesLines
* Bump deps and tools (#2913)Bernát Gábor2023-02-051-1/+0
|
* Support recursive extras defined in pyproject.toml (#2905)Masen Furer2023-01-281-0/+52
| | | | | | | | | | | | | | | | * test_package_pyproject: recursive extras Add regression test for issue #2904 * test_package_pyproject: when project deps has a self-referential extra the project depends on an extra defined within itself * Support recursive extras defined in pyproject.toml Expand extras that reference an extra of the same package name to respect local changes to package metadata. Fix #2904
* update how extras are extracted to handle cases with more than 2 groups (#2812)dconathan2023-01-031-1/+9
| | | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net> Resolves https://github.com/tox-dev/tox/issues/2791 fixes https://github.com/tox-dev/tox/issues/2791
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes ↵Bernát Gábor2023-01-031-0/+15
| | | | | (#2813) Resolves https://github.com/tox-dev/tox/issues/2543
* Reuse package_env with --installpkg (#2803)Bernát Gábor2023-01-021-0/+11
| | | Co-authored-by: q0w <43147888+q0w@users.noreply.github.com>
* Fix extracting extras from markers with many extras (#2792)q0w2022-12-301-0/+6
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix plain section shadows env config (#2742)Bernát Gábor2022-12-171-2/+6
| | | Resolves https://github.com/tox-dev/tox/issues/2636
* Do not conflate extra markers and extra dependencies (#2605)Bernát Gábor2022-12-061-7/+7
| | | Resolves https://github.com/tox-dev/tox/issues/2603
* Better handling of build backend without editable support and add ↵Bernát Gábor2022-12-051-3/+5
| | | | | | --exit-and-dump-after flag (#2597) Resolves https://github.com/tox-dev/tox/issues/2567 Resolves https://github.com/tox-dev/tox/issues/2595
* Fallback to editable-legacy if the build backend does not have ↵Bernát Gábor2022-12-042-2/+25
| | | | | build_editable (#2590) Resolves https://github.com/tox-dev/tox/issues/2567
* Support for recursive extras (#2579)Bernát Gábor2022-12-021-2/+16
| | | Resolves https://github.com/tox-dev/tox/issues/2568
* PEP-660 support (#2502)Bernát Gábor2022-11-261-3/+4
|
* Use PEP-621 to load project dependencies (#2499)Bernát Gábor2022-09-102-61/+171
|
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-174-7/+15
|
* Use pyproject-api package (#2274)Bernát Gábor2021-11-161-1/+1
|
* Update setup changelogBernát Gábor2021-11-161-2/+4
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Support for external packages and builders (#2235)Bernát Gábor2021-09-265-0/+286