summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow package names with env markers with pip binary options (#2853)q0w2023-01-112-12/+29
* Revert to supporting simple Python factors (#2849)Stephen Finucane2023-01-111-4/+13
* Only return Python factor on base_python conflict (#2840)Stephen Finucane2023-01-101-11/+14
* Handle properly pip --no-binary / --only-binary options in requirements.txt f...q0w2023-01-063-5/+32
* Fix various issues with missing interpreters (#2828)Stephen Finucane2023-01-063-14/+22
* Fail on mismatched python spec attributes (#2824)Stephen Finucane2023-01-051-1/+1
* 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-042-8/+12
* Require space after colon before factor expansion (#2822)Patrick Decat2023-01-041-1/+1
* Add more c-extension env-vars to default pass_env (#2818)Bernát Gábor2023-01-042-1/+8
* 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