summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Windows shlex fix (#2895)Masen Furer2023-01-256-16/+208
|
* Enforce constraints during install_package_deps (#2888)Masen Furer2023-01-256-17/+229
| | | Fix https://github.com/tox-dev/tox/issues/2386
* [pre-commit.ci] pre-commit autoupdate (#2889)pre-commit-ci[bot]2023-01-251-4/+4
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Add more explanation to `list_dependencies_command` configuration option (#2883)Grzegorz Bokota2023-01-182-0/+3
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* release 4.3.54.3.5Bernát Gábor2023-01-182-10/+17
|
* Include WHEEL metadata when using PDM and poetry backends (#2881)Masen Furer2023-01-184-11/+37
| | | | Fix https://github.com/tox-dev/tox/issues/2880 Fix https://github.com/tox-dev/tox/issues/2870
* release 4.3.44.3.4Bernát Gábor2023-01-173-8/+18
|
* Fix the type annotation for `color` param of `Spinner.finalize()` (#2879)Kurt McKee2023-01-172-1/+2
| | | Closes https://github.com/tox-dev/tox/issues/2878
* Provision cwd (#2877)Masen Furer2023-01-173-1/+22
| | | Fix https://github.com/tox-dev/tox/issues/2876
* release 4.3.34.3.3Bernát Gábor2023-01-162-4/+11
|
* Provision: ignore other test environments (#2865)Masen Furer2023-01-166-7/+72
| | | Fix https://github.com/tox-dev/tox/issues/2862
* release 4.3.24.3.2Bernát Gábor2023-01-162-5/+12
|
* Fix a incorrect config key name (#2868)Kurt McKee2023-01-161-1/+1
|
* Fix regression with multiple env substitutions for the same key (#2873)Masen Furer2023-01-163-6/+50
| | | Fix https://github.com/tox-dev/tox/issues/2869
* Fix typos in `{tox_root}` variable nameKurt McKee2023-01-161-2/+2
|
* Fix a RestructuredText typoKurt McKee2023-01-161-1/+1
|
* Fix rendering of `version_added`Kurt McKee2023-01-161-1/+1
|
* release 4.3.14.3.1Bernát Gábor2023-01-152-5/+12
|
* Recursive replace (#2864)Masen Furer2023-01-155-10/+78
| | | | | | | | | | | | | | | | | | | | * test_replace_tox_env: add missing chain cases When a replacement references a replacement in a non-testenv section it should also be expanded * Recursive ini-value substitution Expand substitution expressions that result from a previous subsitution expression replacement value (up to 100 times). Fix #2863 * cr: changelog: fix trailing period * test_replace_tox_env: tests for MAX_REPLACE_DEPTH Create a long chain of substitution values and assert that they stop being processed after some time.
* release 4.3.04.3.0Bernát Gábor2023-01-153-15/+22
|
* Rewrite substitution parser (#2861)Masen Furer2023-01-157-89/+526
|
* Document factors (#2852)Stephen Finucane2023-01-153-32/+141
|
* Add Documentation URL for quick access via PyPI web (#2854)Fabian P. Schmidt2023-01-121-0/+1
|
* release 4.2.84.2.8Bernát Gábor2023-01-112-1/+8
|
* Allow package names with env markers with pip binary options (#2853)q0w2023-01-114-12/+37
| | | Fixes https://github.com/tox-dev/tox/issues/2814#issuecomment-1374804987
* release 4.2.74.2.7Bernát Gábor2023-01-114-9/+16
|
* Revert to supporting simple Python factors (#2849)Stephen Finucane2023-01-119-39/+72
| | | | | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Fixes https://github.com/tox-dev/tox/issues/2657 Fixes https://github.com/tox-dev/tox/issues/2848
* Only return Python factor on base_python conflict (#2840)Stephen Finucane2023-01-103-25/+39
| | | Fixes https://github.com/tox-dev/tox/issues/2838
* The tests actually require wheel (#2843)Miro Hrončok2023-01-092-0/+2
|
* Document colorization regression on Windows (#2837)Adam Johnson2023-01-081-0/+7
|
* Add release notes project URL for quick access in PyPI web (#2835)Ville Skyttä2023-01-071-0/+1
| | | | | | Use "Release Notes" as the link title instead of the document's "Release History" title to get a representative icon shown for it. https://github.com/pypi/warehouse/blob/04ee9be504caa89345617b2795ff53fc22631297/warehouse/templates/packaging/detail.html#L24
* release 4.2.64.2.6Bernát Gábor2023-01-062-1/+8
|
* Handle properly pip --no-binary / --only-binary options in requirements.txt ↵q0w2023-01-065-11/+66
| | | | | format files. (#2834) Fixes https://github.com/tox-dev/tox/issues/2814
* release 4.2.54.2.5Bernát Gábor2023-01-064-6/+13
|
* Fix various issues with missing interpreters (#2828)Stephen Finucane2023-01-0611-23/+80
| | | fix https://github.com/tox-dev/tox/issues/2811
* release 4.2.44.2.4Bernát Gábor2023-01-053-3/+10
|
* Fail on mismatched python spec attributes (#2824)Stephen Finucane2023-01-053-1/+4
| | | Closes https://github.com/tox-dev/tox/issues/2754
* Also accept tab after colon before factor filter expansion (#2823)Patrick Decat2023-01-053-2/+10
|
* release 4.2.34.2.3Bernát Gábor2023-01-043-2/+9
|
* Fix devenv when package for env is wheel/editable (#2820)Bernát Gábor2023-01-044-11/+19
| | | Resolves https://github.com/tox-dev/tox/issues/2815
* Require space after colon before factor expansion (#2822)Patrick Decat2023-01-043-1/+4
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Resolves https://github.com/tox-dev/tox/issues/2821
* release 4.2.24.2.2Bernát Gábor2023-01-042-3/+10
|
* Add more c-extension env-vars to default pass_env (#2818)Bernát Gábor2023-01-044-4/+15
|
* Remove docs about colour regression (#2816)Adam Johnson2023-01-041-8/+0
|
* release 4.2.14.2.1Bernát Gábor2023-01-032-1/+8
|
* update how extras are extracted to handle cases with more than 2 groups (#2812)dconathan2023-01-033-23/+50
| | | | | | 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
* Update upgrading.rstBernát Gábor2023-01-031-8/+0
|
* Update changelog.rstBernát Gábor2023-01-031-1/+1
|
* release 4.2.04.2.0Bernát Gábor2023-01-034-5/+15
|
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes ↵Bernát Gábor2023-01-0313-9/+166
| | | | | (#2813) Resolves https://github.com/tox-dev/tox/issues/2543