| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump deps and tools (#2913) | Bernát Gábor | 2023-02-05 | 1 | -1/+0 |
| | | |||||
| * | Support recursive extras defined in pyproject.toml (#2905) | Masen Furer | 2023-01-28 | 1 | -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) | dconathan | 2023-01-03 | 1 | -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ábor | 2023-01-03 | 1 | -0/+15 |
| | | | | | | (#2813) Resolves https://github.com/tox-dev/tox/issues/2543 | ||||
| * | Reuse package_env with --installpkg (#2803) | Bernát Gábor | 2023-01-02 | 1 | -0/+11 |
| | | | | Co-authored-by: q0w <43147888+q0w@users.noreply.github.com> | ||||
| * | Fix extracting extras from markers with many extras (#2792) | q0w | 2022-12-30 | 1 | -0/+6 |
| | | | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Fix plain section shadows env config (#2742) | Bernát Gábor | 2022-12-17 | 1 | -2/+6 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2636 | ||||
| * | Do not conflate extra markers and extra dependencies (#2605) | Bernát Gábor | 2022-12-06 | 1 | -7/+7 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2603 | ||||
| * | Better handling of build backend without editable support and add ↵ | Bernát Gábor | 2022-12-05 | 1 | -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ábor | 2022-12-04 | 2 | -2/+25 |
| | | | | | | build_editable (#2590) Resolves https://github.com/tox-dev/tox/issues/2567 | ||||
| * | Support for recursive extras (#2579) | Bernát Gábor | 2022-12-02 | 1 | -2/+16 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2568 | ||||
| * | PEP-660 support (#2502) | Bernát Gábor | 2022-11-26 | 1 | -3/+4 |
| | | |||||
| * | Use PEP-621 to load project dependencies (#2499) | Bernát Gábor | 2022-09-10 | 2 | -61/+171 |
| | | |||||
| * | Drop python 3.6 support (#2275) | Bernát Gábor | 2021-11-17 | 4 | -7/+15 |
| | | |||||
| * | Use pyproject-api package (#2274) | Bernát Gábor | 2021-11-16 | 1 | -1/+1 |
| | | |||||
| * | Update setup changelog | Bernát Gábor | 2021-11-16 | 1 | -2/+4 |
| | | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Support for external packages and builders (#2235) | Bernát Gábor | 2021-09-26 | 5 | -0/+286 |
