summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow plugins to set `tox_root` (#2978)release-4.4.11kdestin2023-04-051-4/+5
* Fix `tox_root` propagation to `work_dir` (#2962)release-4.4.10Teejay2023-04-051-9/+12
* Avoid UnicodeDecodeError from command output (#2970)Masen Furer2023-04-051-1/+1
* Fix for requirements.txt using both --index-url and --find-links (#2959)release-4.4.8Alexander Clausen2023-03-261-2/+2
* Bump deps and tools (#2954)Bernát Gábor2023-03-235-10/+10
* Custom prefix in .ini source (#2927)Masen Furer2023-02-211-2/+7
* Ignore labels when provisioning (#2917)Masen Furer2023-02-071-1/+2
* Bump deps and tools (#2913)Bernát Gábor2023-02-053-6/+4
* Forward `HOME` by default (#2907)Ganden Schaffner2023-01-311-0/+1
* Support recursive extras defined in pyproject.toml (#2905)Masen Furer2023-01-282-6/+19
* rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE (#2896)Masen Furer2023-01-251-1/+1
* pip_install: constrain_package_deps is now False by default (#2899)Masen Furer2023-01-251-1/+1
* Windows shlex fix (#2895)Masen Furer2023-01-252-8/+47
* Enforce constraints during install_package_deps (#2888)Masen Furer2023-01-252-1/+51
* Include WHEEL metadata when using PDM and poetry backends (#2881)Masen Furer2023-01-181-1/+9
* Fix the type annotation for `color` param of `Spinner.finalize()` (#2879)Kurt McKee2023-01-171-1/+1
* Provision cwd (#2877)Masen Furer2023-01-171-1/+1
* Provision: ignore other test environments (#2865)Masen Furer2023-01-162-7/+9
* Fix regression with multiple env substitutions for the same key (#2873)Masen Furer2023-01-161-4/+7
* Recursive replace (#2864)Masen Furer2023-01-151-8/+28
* Rewrite substitution parser (#2861)Masen Furer2023-01-152-71/+179
* 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