summaryrefslogtreecommitdiff
path: root/tests/session
Commit message (Expand)AuthorAgeFilesLines
* Forward `HOME` by default (#2907)Ganden Schaffner2023-01-311-1/+1
* Fix various issues with missing interpreters (#2828)Stephen Finucane2023-01-062-5/+5
* Fix devenv when package for env is wheel/editable (#2820)Bernát Gábor2023-01-041-3/+6
* Add more c-extension env-vars to default pass_env (#2818)Bernát Gábor2023-01-041-3/+4
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes (#2...Bernát Gábor2023-01-031-0/+17
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-021-0/+8
* Improved factor selection to allow multiple uses of `-f` for "OR" and to allo...Stephen Rosen2022-12-291-3/+26
* Suppress a report output when verbosity = 0. (#2774)q0w2022-12-251-0/+10
* test_sequential: resolve() the system_executable (#2751)Masen Furer2022-12-181-1/+1
* Fix space not accepted in factor filter expression (#2744)Bernát Gábor2022-12-171-0/+2
* Fix plain section shadows env config (#2742)Bernát Gábor2022-12-171-0/+13
* Fix legacy flags, deprecate them and remove --index-url (#2731)Bernát Gábor2022-12-151-3/+27
* Restore TOX_SKIP_ENV filtering (#2707)Marius Gedminas2022-12-141-1/+25
* Show only default env list for tox config by default (#2726)Bernát Gábor2022-12-141-8/+6
* 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
* Mark keyboard interrupt flaky testBernát Gábor2022-12-111-0/+1
* 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-081-1/+1
* Show host python under core section as constant (#2644)Bernát Gábor2022-12-081-0/+7
* tox --showconfig -e py shows core configs (#2625)Bernát Gábor2022-12-071-0/+10
* Fallback to editable-legacy if the build backend does not have build_editable...Bernát Gábor2022-12-041-0/+2
* Support - prefix for commands exit code ignore (#2586)Bernát Gábor2022-12-031-2/+3
* PEP-660 support (#2502)Bernát Gábor2022-11-262-4/+4
* Check 3.11 support (#2492)Bernát Gábor2022-09-091-0/+3
* Do not perform interpolation for INI files (#2352)Bernát Gábor2022-02-101-4/+4
* Use .tox instead of .tox/4 as work dir (#2347)Bernát Gábor2022-02-081-1/+1
* Fix devenv not respecting specified path (#2318)Bernát Gábor2022-01-131-1/+5
* 2315 (#2317)Bernát Gábor2022-01-131-0/+7
* Keep v3 injected environment variable list (#2313)Bernát Gábor2022-01-111-0/+20
* Fix double clean package and broken report (#2309)Bernát Gábor2022-01-101-0/+6
* Legacy parallel flag should accept no arguments (#2307)Bernát Gábor2022-01-101-0/+11
* Better selection support (#2290)Bernát Gábor2022-01-0412-52/+191
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-1712-14/+34
* Update setup changelogBernát Gábor2021-11-165-16/+21
* Fix list/depends cmd creates package env as run envBernát Gábor2021-09-242-13/+16
* No pyproject.toml or setup.py and no --install-pkg assumes no package (#2225)Bernát Gábor2021-09-183-11/+12
* Support for --no-provision flag (#2224)Bernát Gábor2021-09-181-1/+1
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-154-34/+40
* Let tox run fail when all envs are skipped (#2206)Jürgen Gmach2021-09-101-1/+1
* Fix parallel show output not working (#2161)Bernát Gábor2021-08-181-0/+8
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-151-0/+15
* Add support for args_are_paths (#2157)Bernát Gábor2021-08-151-1/+1
* Support CLI run flags for tox config (#2150)Bernát Gábor2021-08-091-0/+7
* Fix virtual environment creation not cached (#2147)Bernát Gábor2021-08-091-0/+12
* Suport # character in path of tox project (#2146)Bernát Gábor2021-08-081-0/+26
* Add support for exec subcommand (#2142)Bernát Gábor2021-08-071-0/+33
* Add outcome of the tox environment evaluation into result JSON (#2144)Bernát Gábor2021-08-071-0/+5
* `tox -e ALL` now runs all environments as expected (#2114)Jürgen Gmach2021-07-263-12/+16