summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix add_config factory argument type annotation bad for containers (#2323)Bernát Gábor2022-01-151-0/+20
* Fix devenv not respecting specified path (#2318)Bernát Gábor2022-01-131-1/+5
* 2315 (#2317)Bernát Gábor2022-01-131-0/+7
* Do not allow extending the config set beyond setup (#2314)Bernát Gábor2022-01-111-1/+30
* Keep v3 injected environment variable list (#2313)Bernát Gábor2022-01-111-0/+20
* Fix double clean package and broken report (#2309)Bernát Gábor2022-01-102-0/+31
* Legacy parallel flag should accept no arguments (#2307)Bernát Gábor2022-01-101-0/+11
* Fix plugin initialization order (#2305)Bernát Gábor2022-01-091-3/+10
* Hint for unrecognized arguments to use -- (#2308)Bernát Gábor2022-01-091-1/+9
* Better selection support (#2290)Bernát Gábor2022-01-0427-98/+255
* Bump lintersBernát Gábor2021-12-117-11/+16
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-1782-118/+266
* Use pyproject-api package (#2274)Bernát Gábor2021-11-162-366/+1
* Update setup changelogBernát Gábor2021-11-1620-56/+104
* Support for the --discover flag (#2245)Bernát Gábor2021-10-041-1/+3
* Support for external packages and builders (#2235)Bernát Gábor2021-09-2612-174/+329
* Fix list/depends cmd creates package env as run envBernát Gábor2021-09-243-17/+20
* Add support for TOX_LIMITED_SHEBANG (#2226)Bernát Gábor2021-09-202-2/+63
* No pyproject.toml or setup.py and no --install-pkg assumes no package (#2225)Bernát Gábor2021-09-184-15/+16
* Support for --no-provision flag (#2224)Bernát Gábor2021-09-185-4/+32
* 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-162-1/+47
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-1529-204/+468
* Support for plugin before and after, fix ASCII report fails (#2214)Bernát Gábor2021-09-111-7/+77
* Fix old-new value on recreate cache miss-match are swapped (#2212)Bernát Gábor2021-09-112-2/+2
* Make ConfigSet ABC and add contains to Loader (#2209)Bernát Gábor2021-09-102-0/+17
* Let tox run fail when all envs are skipped (#2206)Jürgen Gmach2021-09-101-1/+1
* 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
* Internal changes to accomodate tox-conda (#2172)Bernát Gábor2021-08-211-2/+1
* Fix parallel show output not working (#2161)Bernát Gábor2021-08-181-0/+8
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-153-12/+31
* Check base python against env name and raise if differs (#2156)Bernát Gábor2021-08-151-2/+67
* Add support for args_are_paths (#2157)Bernát Gábor2021-08-152-1/+29
* Support CLI run flags for tox config (#2150)Bernát Gábor2021-08-091-0/+7
* Fix virtual environment creation not cached (#2147)Bernát Gábor2021-08-091-0/+12
* Suport # character in path of tox project (#2146)Bernát Gábor2021-08-081-0/+26
* Add support for exec subcommand (#2142)Bernát Gábor2021-08-072-0/+36
* Support all Unix shell-style wildcards for pass_env (#2145)Bernát Gábor2021-08-071-0/+24
* Add outcome of the tox environment evaluation into result JSON (#2144)Bernát Gábor2021-08-071-0/+5
* Do not fail when commands do not parse with shlex (#2141)Bernát Gábor2021-08-061-0/+12
* When cleaning dirs clean only their content (#2140)Bernát Gábor2021-08-061-0/+11
* Add envlogdir support (#2139)Bernát Gábor2021-08-051-1/+38
* Add support for os path separator substitution in ini files (#2138)Bernát Gábor2021-08-051-0/+8
* Add support for allowlist_externals (#2134)Bernát Gábor2021-08-024-2/+66
* Migrate to platformdirs from appdirs (#2117)Bernát Gábor2021-07-261-5/+5
* `tox -e ALL` now runs all environments as expected (#2114)Jürgen Gmach2021-07-263-12/+16
* Bump formattersBernát Gábor2021-05-071-9/+3
* Fix typos (#2029)Miroslav Šedivý2021-04-142-2/+2
* Allow hexadecimal characters only in --hash (#2024)Miroslav Šedivý2021-04-141-3/+12