summaryrefslogtreecommitdiff
path: root/tests/config
Commit message (Expand)AuthorAgeFilesLines
* Custom prefix in .ini source (#2927)Masen Furer2023-02-211-0/+26
* Bump deps and tools (#2913)Bernát Gábor2023-02-051-1/+0
* rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE (#2896)Masen Furer2023-01-251-11/+11
* Windows shlex fix (#2895)Masen Furer2023-01-252-7/+133
* Fix regression with multiple env substitutions for the same key (#2873)Masen Furer2023-01-161-2/+38
* Recursive replace (#2864)Masen Furer2023-01-153-2/+45
* Rewrite substitution parser (#2861)Masen Furer2023-01-153-18/+192
* Also accept tab after colon before factor filter expansion (#2823)Patrick Decat2023-01-051-0/+6
* Require space after colon before factor expansion (#2822)Patrick Decat2023-01-041-0/+2
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-021-0/+1
* Override toxworkdir with --workdir. (#2776)q0w2022-12-261-0/+8
* Fix complex negative factor filters not working (#2757)Bernát Gábor2022-12-191-0/+6
* Ignore non-test section names and invalid factor filters (#2748)Bernát Gábor2022-12-181-0/+12
* Fix space not accepted in factor filter expression (#2744)Bernát Gábor2022-12-172-2/+4
* Fix python hash seed not being set (#2739)Bernát Gábor2022-12-163-7/+18
* Fix legacy flags, deprecate them and remove --index-url (#2731)Bernát Gábor2022-12-151-2/+0
* Restore TOX_SKIP_ENV filtering (#2707)Marius Gedminas2022-12-142-0/+4
* NO_COLOR follows no-color.org logic instead of tox boolean (#2727)Bernát Gábor2022-12-141-2/+2
* Show only default env list for tox config by default (#2726)Bernát Gábor2022-12-141-10/+3
* Fix multiple substitution on factor filtering (#2680)Bernát Gábor2022-12-111-0/+8
* Add repr() calls to "invalid value" exception message in StrConverter.to_bool...Paul McGuire2022-12-091-1/+1
* Do not log distlib.util or filelock (#2656)Bernát Gábor2022-12-081-6/+1
* Set always PYTHONIOENCODING to utf-8 (#2646)Bernát Gábor2022-12-081-3/+4
* Unescaped comma in substitution should not be replaced during INI expansion (...Bernát Gábor2022-12-071-0/+5
* Better handling of build backend without editable support and add --exit-and-...Bernát Gábor2022-12-052-0/+4
* Ensure paths constructed by tox stay meaningful (#2587)Bernát Gábor2022-12-031-0/+17
* Allow replacing keys with - in INI config (#2581)Bernát Gábor2022-12-021-0/+6
* Support for generative section names (#2557)Bernát Gábor2022-11-292-1/+23
* Allow passing config directory without filename (#2550)Sorin Sbarnea2022-11-271-0/+31
* Bump deps and toolsBernát Gábor2022-11-221-0/+2
* Disable coloring with TERM=dumb or NO_COLOR (#2541)Sorin Sbarnea2022-11-211-1/+10
* Do not perform interpolation for INI files (#2352)Bernát Gábor2022-02-103-1/+20
* Support -va as well as -av (#2351)Bernát Gábor2022-02-101-0/+6
* Fix double clean package and broken report (#2309)Bernát Gábor2022-01-101-0/+25
* Hint for unrecognized arguments to use -- (#2308)Bernát Gábor2022-01-091-1/+9
* Better selection support (#2290)Bernát Gábor2022-01-045-22/+36
* Bump lintersBernát Gábor2021-12-112-2/+2
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-1729-31/+85
* Update setup changelogBernát Gábor2021-11-164-7/+20
* Support for --no-provision flag (#2224)Bernát Gábor2021-09-182-0/+4
* Support for environment files in set_env (#2223)Bernát Gábor2021-09-181-7/+48
* Allow plugins to change pass_env and set_env (#2218)Bernát Gábor2021-09-161-1/+1
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-1511-82/+159
* Make ConfigSet ABC and add contains to Loader (#2209)Bernát Gábor2021-09-102-0/+17
* Internal changes to support tox-gh-actions (#2191)Bernát Gábor2021-08-313-8/+32
* Fix env variable substitutions with defaults containing colon (#2186)comabrewer2021-08-271-0/+7
* Add support for args_are_paths (#2157)Bernát Gábor2021-08-151-0/+28
* Add support for exec subcommand (#2142)Bernát Gábor2021-08-071-0/+3
* Do not fail when commands do not parse with shlex (#2141)Bernát Gábor2021-08-061-0/+12
* Add support for os path separator substitution in ini files (#2138)Bernát Gábor2021-08-051-0/+8