summaryrefslogtreecommitdiff
path: root/src/tox/config
Commit message (Expand)AuthorAgeFilesLines
* Fix `tox_root` propagation to `work_dir` (#2962)release-4.4.10Teejay2023-04-051-9/+12
* Bump deps and tools (#2954)Bernát Gábor2023-03-232-4/+4
* Custom prefix in .ini source (#2927)Masen Furer2023-02-211-2/+7
* Bump deps and tools (#2913)Bernát Gábor2023-02-052-5/+4
* rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE (#2896)Masen Furer2023-01-251-1/+1
* Windows shlex fix (#2895)Masen Furer2023-01-252-8/+47
* Fix regression with multiple env substitutions for the same key (#2873)Masen Furer2023-01-161-4/+7
* Recursive replace (#2864)Masen Furer2023-01-151-8/+28
* Rewrite substitution parser (#2861)Masen Furer2023-01-152-71/+179
* Also accept tab after colon before factor filter expansion (#2823)Patrick Decat2023-01-051-2/+3
* Fix devenv when package for env is wheel/editable (#2820)Bernát Gábor2023-01-041-0/+4
* Require space after colon before factor expansion (#2822)Patrick Decat2023-01-041-1/+1
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes (#2...Bernát Gábor2023-01-034-7/+9
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-021-0/+2
* Override toxworkdir with --workdir. (#2776)q0w2022-12-261-0/+4
* Fix complex negative factor filters not working (#2757)Bernát Gábor2022-12-191-1/+4
* Ignore non-test section names and invalid factor filters (#2748)Bernát Gábor2022-12-182-4/+4
* Fix space not accepted in factor filter expression (#2744)Bernát Gábor2022-12-171-11/+13
* Fix plain section shadows env config (#2742)Bernát Gábor2022-12-171-1/+1
* NO_COLOR follows no-color.org logic instead of tox boolean (#2727)Bernát Gábor2022-12-141-1/+1
* Fix default verbosity in help (#2709)Marius Gedminas2022-12-141-1/+1
* Fix multiple substitution on factor filtering (#2680)Bernát Gábor2022-12-111-0/+1
* Add repr() calls to "invalid value" exception message in StrConverter.to_bool...Paul McGuire2022-12-091-2/+4
* Set always PYTHONIOENCODING to utf-8 (#2646)Bernát Gábor2022-12-081-0/+1
* Show host python under core section as constant (#2644)Bernát Gábor2022-12-081-0/+2
* Unescaped comma in substitution should not be replaced during INI expansion (...Bernát Gábor2022-12-071-4/+5
* Create session views of the build wheel/sdist into temp_dir (#2614)Bernát Gábor2022-12-071-2/+2
* Create a FAQ entry about tox v3 - v4 compatibility (#2601)Jürgen Gmach2022-12-071-1/+1
* Better handling of build backend without editable support and add --exit-and-...Bernát Gábor2022-12-051-0/+14
* Ensure paths constructed by tox stay meaningful (#2587)Bernát Gábor2022-12-031-1/+3
* Support - prefix for commands exit code ignore (#2586)Bernát Gábor2022-12-031-0/+3
* Allow replacing keys with - in INI config (#2581)Bernát Gábor2022-12-021-1/+1
* Support for generative section names (#2557)Bernát Gábor2022-11-293-17/+37
* Allow passing config directory without filename (#2550)Sorin Sbarnea2022-11-272-1/+12
* Bump deps and toolsBernát Gábor2022-11-221-2/+2
* Avoid ignored explicit argument 're' console message (#2545)Sorin Sbarnea2022-11-221-1/+5
* Disable coloring with TERM=dumb or NO_COLOR (#2541)Sorin Sbarnea2022-11-211-1/+3
* Bump tools and deps (#2522)Bernát Gábor2022-10-301-7/+6
* Use PEP-621 to load project dependencies (#2499)Bernát Gábor2022-09-101-2/+7
* Bump tools (#2491)Bernát Gábor2022-09-091-2/+1
* Display registered plugins with --version (#2413)Max Droy2022-09-091-1/+8
* release 4.0.0b2Bernát Gábor2022-09-091-2/+1
* Do not perform interpolation for INI files (#2352)Bernát Gábor2022-02-102-2/+2
* Support -va as well as -av (#2351)Bernát Gábor2022-02-101-1/+5
* Use .tox instead of .tox/4 as work dir (#2347)Bernát Gábor2022-02-081-2/+1
* Fix add_config factory argument type annotation bad for containers (#2323)Bernát Gábor2022-01-151-2/+3
* Do not allow extending the config set beyond setup (#2314)Bernát Gábor2022-01-111-0/+8
* Fix CLI documentation is missing and broken documentation references (#2311)Bernát Gábor2022-01-101-2/+2
* Fix double clean package and broken report (#2309)Bernát Gábor2022-01-101-1/+1
* Fix plugin initialization order (#2305)Bernát Gábor2022-01-091-1/+1