summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* update how extras are extracted to handle cases with more than 2 groups (#2812)dconathan2023-01-031-22/+40
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes (#2...Bernát Gábor2023-01-036-9/+25
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-022-1/+6
* Reuse package_env with --installpkg (#2803)Bernát Gábor2023-01-021-3/+2
* Fix extracting extras from markers with many extras (#2792)q0w2022-12-301-2/+1
* Show installed packages after setup in CI envs (#2794)Bernát Gábor2022-12-303-9/+38
* Fix --skip-missing-interpreters (#2793)q0w2022-12-292-0/+9
* Fix logging error with emoji in git branch name. (#2790)James Williams2022-12-292-2/+2
* Improved factor selection to allow multiple uses of `-f` for "OR" and to allo...Stephen Rosen2022-12-291-6/+27
* Create temp_dir if not exists (#2781)q0w2022-12-281-0/+4
* Handle whitespace around requirements (#2779)Bernát Gábor2022-12-261-1/+1
* Override toxworkdir with --workdir. (#2776)q0w2022-12-261-0/+4
* Fix --sdistonly behaviour (#2775)q0w2022-12-252-2/+7
* Suppress a report output when verbosity = 0. (#2774)q0w2022-12-251-3/+9
* Fix change_dir is not always relative to tox_root (#2761)Bernát Gábor2022-12-203-14/+31
* Fix complex negative factor filters not working (#2757)Bernát Gábor2022-12-191-1/+4
* Fix provisioning (#2750)Bernát Gábor2022-12-192-10/+9
* 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-172-3/+3
* Fix python hash seed not being set (#2739)Bernát Gábor2022-12-162-3/+33
* implement pseudo tty on stdout/stderr (#2711)Masen Furer2022-12-162-10/+68
* Fix legacy flags, deprecate them and remove --index-url (#2731)Bernát Gábor2022-12-152-18/+53
* Restore TOX_SKIP_ENV filtering (#2707)Marius Gedminas2022-12-141-2/+15
* NO_COLOR follows no-color.org logic instead of tox boolean (#2727)Bernát Gábor2022-12-141-1/+1
* Show only default env list for tox config by default (#2726)Bernát Gábor2022-12-141-2/+2
* Add py_dot_ver and py_impl (#2716)Bernát Gábor2022-12-142-1/+13
* Fix default verbosity in help (#2709)Marius Gedminas2022-12-141-1/+1
* Add PKG_CONFIG_PATH to default passenv (#2700)Bernát Gábor2022-12-131-0/+1
* Add tox_on_install and tox_env_teardown plugin hooks (#2687)Bernát Gábor2022-12-137-6/+45
* Fix requirements.txt parsing (#2683)Bernát Gábor2022-12-111-2/+2
* Fix multiple substitution on factor filtering (#2680)Bernát Gábor2022-12-111-0/+1
* Support for --no-deps within deps (#2678)Bernát Gábor2022-12-113-15/+40
* Fail on blanks in passed env vars (#2671)Eric L2022-12-101-2/+12
* Normalize extra names passed in (#2668)Bernát Gábor2022-12-091-0/+9
* Add repr() calls to "invalid value" exception message in StrConverter.to_bool...Paul McGuire2022-12-091-2/+4
* Do not log distlib.util or filelock (#2656)Bernát Gábor2022-12-081-21/+1
* Pass through NUMBER_OF_PROCESSORS on Windows (#2647)Bernát Gábor2022-12-081-0/+1
* 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
* Ensure change_dir is created before running commands (#2643)Bernát Gábor2022-12-081-0/+1
* Unescaped comma in substitution should not be replaced during INI expansion (...Bernát Gábor2022-12-071-4/+5
* tox --showconfig -e py shows core configs (#2625)Bernát Gábor2022-12-072-1/+4
* Create session views of the build wheel/sdist into temp_dir (#2614)Bernát Gábor2022-12-074-6/+58
* Default tox min_version to 4.0 instead of current tox version (#2613)Bernát Gábor2022-12-071-8/+2
* Create a FAQ entry about tox v3 - v4 compatibility (#2601)Jürgen Gmach2022-12-072-94/+1
* Do not conflate extra markers and extra dependencies (#2605)Bernát Gábor2022-12-061-9/+8
* Remove deprecated `whitelist_externals` configuration option (#2600)Jürgen Gmach2022-12-061-1/+1
* Better handling of build backend without editable support and add --exit-and-...Bernát Gábor2022-12-057-25/+59
* Lock parallel package operations (#2593)Bernát Gábor2022-12-053-7/+21