summaryrefslogtreecommitdiff
path: root/tests/session/cmd/test_sequential.py
Commit message (Expand)AuthorAgeFilesLines
* Feature: suppress step timings for verbosity=1 #2891 (#2992)release-4.5.0Ned Batchelder2023-04-241-0/+10
* Fix `tox_root` propagation to `work_dir` (#2962)release-4.4.10Teejay2023-04-051-2/+2
* Fix various issues with missing interpreters (#2828)Stephen Finucane2023-01-061-2/+2
* test_sequential: resolve() the system_executable (#2751)Masen Furer2022-12-181-1/+1
* 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-261-3/+3
* Use .tox instead of .tox/4 as work dir (#2347)Bernát Gábor2022-02-081-1/+1
* 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
* Better selection support (#2290)Bernát Gábor2022-01-041-1/+6
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-3/+5
* Update setup changelogBernát Gábor2021-11-161-7/+8
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-32/+0
* Let tox run fail when all envs are skipped (#2206)Jürgen Gmach2021-09-101-1/+1
* Fix virtual environment creation not cached (#2147)Bernát Gábor2021-08-091-0/+12
* 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-261-0/+7
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-051-75/+3
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-201-3/+34
* Support for ignore_outcome (#1960)Andrey Bienkowski2021-03-041-0/+12
* Normalize the description line to contain single whitespace and no newline (#...Bernát Gábor2021-02-141-1/+0
* Add more flake8 checks (#1899)Bernát Gábor2021-02-061-2/+4
* Add support for install_command virtualenv settings (#1886)Bernát Gábor2021-01-301-2/+2
* Add ignore_erros and fix handling commands* (#1876)Bernát Gábor2021-01-271-8/+58
* Better handling of packaging env creation (#1807)Bernát Gábor2021-01-131-13/+32
* Stable deps and eat-our-own dogfood4.0.0a2Bernát Gábor2021-01-081-0/+7
* Fix stdin (but loose isatty support for stdout/stderr)Bernát Gábor2021-01-081-1/+25
* Requirement files support within depsBernát Gábor2021-01-071-7/+42
* Add test for dependency removal triggers recreateBernát Gábor2021-01-031-1/+12
* Fix env_tmp_dir reset, set cwd in test runs, increase coverage on tox_env.apiBernát Gábor2021-01-031-0/+53
* Better handling and error messages on backend failedBernát Gábor2021-01-031-7/+35
* Add keyboard interrupt support for parallelBernát Gábor2021-01-031-1/+32
* Increase code coverageBernát Gábor2021-01-011-0/+40
* Allow changing the root folder and increase coverageBernát Gábor2021-01-011-0/+30
* Fix some code coverage issuesBernát Gábor2020-12-281-0/+1
* More Windows fixbgabor82020-12-241-1/+1
* Windows fixesbgabor82020-12-241-1/+1
* General rework of the parallel, execute and reportingBernát Gábor2020-12-241-5/+12
* tests: add test for the sequential run failingBernát Gábor2020-11-281-0/+105