summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix plain section shadows env config (#2742)Bernát Gábor2022-12-173-2/+20
* Fix python hash seed not being set (#2739)Bernát Gábor2022-12-164-7/+66
* implement pseudo tty on stdout/stderr (#2711)Masen Furer2022-12-161-2/+11
* Fix legacy flags, deprecate them and remove --index-url (#2731)Bernát Gábor2022-12-153-5/+28
* Restore TOX_SKIP_ENV filtering (#2707)Marius Gedminas2022-12-143-1/+29
* 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-143-19/+10
* Add py_dot_ver and py_impl (#2716)Bernát Gábor2022-12-141-0/+9
* release 4.0.94.0.9Bernát Gábor2022-12-131-2/+2
* Add PKG_CONFIG_PATH to default passenv (#2700)Bernát Gábor2022-12-131-1/+1
* Add tox_on_install and tox_env_teardown plugin hooks (#2687)Bernát Gábor2022-12-131-1/+19
* Fix requirements.txt parsing (#2683)Bernát Gábor2022-12-111-0/+9
* Fix multiple substitution on factor filtering (#2680)Bernát Gábor2022-12-111-0/+8
* Support for --no-deps within deps (#2678)Bernát Gábor2022-12-111-0/+21
* Mark keyboard interrupt flaky testBernát Gábor2022-12-112-2/+2
* Fail on blanks in passed env vars (#2671)Eric L2022-12-101-0/+20
* Normalize extra names passed in (#2668)Bernát Gábor2022-12-091-0/+22
* 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-082-10/+5
* Pass through NUMBER_OF_PROCESSORS on Windows (#2647)Bernát Gábor2022-12-081-1/+1
* Set always PYTHONIOENCODING to utf-8 (#2646)Bernát Gábor2022-12-082-4/+5
* Show host python under core section as constant (#2644)Bernát Gábor2022-12-081-0/+7
* Ensure change_dir is created before running commands (#2643)Bernát Gábor2022-12-081-0/+7
* Unescaped comma in substitution should not be replaced during INI expansion (...Bernát Gábor2022-12-071-0/+5
* tox --showconfig -e py shows core configs (#2625)Bernát Gábor2022-12-071-0/+10
* Create session views of the build wheel/sdist into temp_dir (#2614)Bernát Gábor2022-12-071-0/+11
* Default tox min_version to 4.0 instead of current tox version (#2613)Bernát Gábor2022-12-071-12/+7
* release 4.0.04.0.0Bernát Gábor2022-12-071-2/+1
* Do not conflate extra markers and extra dependencies (#2605)Bernát Gábor2022-12-061-7/+7
* Better handling of build backend without editable support and add --exit-and-...Bernát Gábor2022-12-054-5/+9
* Do not pull in Python 2 as dependency (#2589)Bernát Gábor2022-12-041-17/+0
* Fallback to editable-legacy if the build backend does not have build_editable...Bernát Gábor2022-12-046-7/+41
* Ensure paths constructed by tox stay meaningful (#2587)Bernát Gábor2022-12-031-0/+17
* Support - prefix for commands exit code ignore (#2586)Bernát Gábor2022-12-031-2/+3
* Use devpi-process instead rolling our own (#2582)Bernát Gábor2022-12-021-15/+15
* Allow replacing keys with - in INI config (#2581)Bernát Gábor2022-12-021-0/+6
* Do not set COLUMNS or LINES if already set by user (#2580)Bernát Gábor2022-12-021-0/+18
* Support for recursive extras (#2579)Bernát Gábor2022-12-021-2/+16
* Allow installing relative paths that go outside tox root folder (#2554)Sorin Sbarnea2022-11-292-7/+10
* Support for generative section names (#2557)Bernát Gábor2022-11-293-2/+24
* Allow passing config directory without filename (#2550)Sorin Sbarnea2022-11-271-0/+31
* PEP-660 support (#2502)Bernát Gábor2022-11-264-8/+9
* Avoid impossible minversion requirement (#2549)Sorin Sbarnea2022-11-261-1/+3
* Improve coloring of logged commands (#2546)Sorin Sbarnea2022-11-261-1/+7
* PythonDeps: move `cli_only` handling logic to `_parse_requirements` (#2547)Masen Furer2022-11-251-0/+28
* Bump deps and toolsBernát Gábor2022-11-222-1/+3
* Disable coloring with TERM=dumb or NO_COLOR (#2541)Sorin Sbarnea2022-11-211-1/+10
* Use PEP-621 to load project dependencies (#2499)Bernát Gábor2022-09-104-62/+174
* Check 3.11 support (#2492)Bernát Gábor2022-09-091-0/+3
* Display registered plugins with --version (#2413)Max Droy2022-09-091-2/+39