summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoid UnicodeDecodeError from command output (#2970)Masen Furer2023-04-051-0/+6
* Fix for requirements.txt using both --index-url and --find-links (#2959)release-4.4.8Alexander Clausen2023-03-261-0/+10
* Custom prefix in .ini source (#2927)Masen Furer2023-02-211-0/+26
* Ignore labels when provisioning (#2917)Masen Furer2023-02-071-4/+11
* Bump deps and tools (#2913)Bernát Gábor2023-02-052-2/+0
* Forward `HOME` by default (#2907)Ganden Schaffner2023-01-311-1/+1
* fix assertions in test_graph to actually test results (#2906)Anthony Sottile2023-01-291-2/+2
* Support recursive extras defined in pyproject.toml (#2905)Masen Furer2023-01-281-0/+52
* rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE (#2896)Masen Furer2023-01-251-11/+11
* Windows shlex fix (#2895)Masen Furer2023-01-252-7/+133
* Enforce constraints during install_package_deps (#2888)Masen Furer2023-01-251-1/+137
* Include WHEEL metadata when using PDM and poetry backends (#2881)Masen Furer2023-01-181-9/+17
* Provision cwd (#2877)Masen Furer2023-01-171-0/+14
* Provision: ignore other test environments (#2865)Masen Furer2023-01-162-0/+52
* Fix regression with multiple env substitutions for the same key (#2873)Masen Furer2023-01-161-2/+38
* Recursive replace (#2864)Masen Furer2023-01-153-2/+45
* Rewrite substitution parser (#2861)Masen Furer2023-01-153-18/+192
* Allow package names with env markers with pip binary options (#2853)q0w2023-01-111-0/+7
* Revert to supporting simple Python factors (#2849)Stephen Finucane2023-01-112-12/+37
* Only return Python factor on base_python conflict (#2840)Stephen Finucane2023-01-101-14/+23
* Handle properly pip --no-binary / --only-binary options in requirements.txt f...q0w2023-01-061-6/+33
* Fix various issues with missing interpreters (#2828)Stephen Finucane2023-01-063-8/+39
* Fail on mismatched python spec attributes (#2824)Stephen Finucane2023-01-051-0/+1
* Also accept tab after colon before factor filter expansion (#2823)Patrick Decat2023-01-051-0/+6
* Fix devenv when package for env is wheel/editable (#2820)Bernát Gábor2023-01-041-3/+6
* Require space after colon before factor expansion (#2822)Patrick Decat2023-01-041-0/+2
* Add more c-extension env-vars to default pass_env (#2818)Bernát Gábor2023-01-041-3/+4
* update how extras are extracted to handle cases with more than 2 groups (#2812)dconathan2023-01-031-1/+9
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes (#2...Bernát Gábor2023-01-033-0/+41
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-023-0/+20
* Reuse package_env with --installpkg (#2803)Bernát Gábor2023-01-021-0/+11
* Skip time-machine dep and spinner tests on PyPy (#2797)Michał Górny2022-12-311-0/+6
* Relax test_list_installed_deps() to allow other packages (#2796)Michał Górny2022-12-301-2/+2
* Fix extracting extras from markers with many extras (#2792)q0w2022-12-301-0/+6
* Show installed packages after setup in CI envs (#2794)Bernát Gábor2022-12-304-0/+70
* Fix --skip-missing-interpreters (#2793)q0w2022-12-291-0/+12
* Fix logging error with emoji in git branch name. (#2790)James Williams2022-12-291-1/+2
* Improved factor selection to allow multiple uses of `-f` for "OR" and to allo...Stephen Rosen2022-12-291-3/+26
* Create temp_dir if not exists (#2781)q0w2022-12-281-0/+18
* Handle whitespace around requirements (#2779)Bernát Gábor2022-12-261-0/+7
* Override toxworkdir with --workdir. (#2776)q0w2022-12-261-0/+8
* Fix --sdistonly behaviour (#2775)q0w2022-12-251-0/+27
* Suppress a report output when verbosity = 0. (#2774)q0w2022-12-251-0/+10
* Fix change_dir is not always relative to tox_root (#2761)Bernát Gábor2022-12-201-0/+8
* Fix complex negative factor filters not working (#2757)Bernát Gábor2022-12-191-0/+6
* Fix provisioning (#2750)Bernát Gábor2022-12-191-1/+1
* test_sequential: resolve() the system_executable (#2751)Masen Furer2022-12-181-1/+1
* Remove incorrect docstringBernát Gábor2022-12-181-3/+0
* Ignore non-test section names and invalid factor filters (#2748)Bernát Gábor2022-12-181-0/+12
* Fix space not accepted in factor filter expression (#2744)Bernát Gábor2022-12-173-2/+6