summaryrefslogtreecommitdiff
path: root/src/tox/pytest.py
Commit message (Expand)AuthorAgeFilesLines
* Enforce constraints during install_package_deps (#2888)Masen Furer2023-01-251-0/+1
* Fix logging error with emoji in git branch name. (#2790)James Williams2022-12-291-1/+1
* Use devpi-process instead rolling our own (#2582)Bernát Gábor2022-12-021-133/+6
* Move off deprecated pytest APIBernát Gábor2022-11-221-1/+1
* Bump deps and toolsBernát Gábor2022-11-221-1/+1
* Use PEP-621 to load project dependencies (#2499)Bernát Gábor2022-09-101-1/+1
* Fix plugin initialization order (#2305)Bernát Gábor2022-01-091-4/+2
* Bump lintersBernát Gábor2021-12-111-5/+5
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-37/+39
* Update setup changelogBernát Gábor2021-11-161-6/+26
* Support for external packages and builders (#2235)Bernát Gábor2021-09-261-5/+5
* Support for environment files in set_env (#2223)Bernát Gábor2021-09-181-0/+2
* Allow plugins to change pass_env and set_env (#2218)Bernát Gábor2021-09-161-5/+13
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-9/+20
* Support for plugin before and after, fix ASCII report fails (#2214)Bernát Gábor2021-09-111-7/+15
* Fix old-new value on recreate cache miss-match are swapped (#2212)Bernát Gábor2021-09-111-3/+6
* fix spelling of PyPI (#2181)Jürgen Gmach2021-08-251-1/+1
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-151-12/+16
* Add support for args_are_paths (#2157)Bernát Gábor2021-08-151-4/+4
* Suport # character in path of tox project (#2146)Bernát Gábor2021-08-081-3/+5
* Bump formattersBernát Gábor2021-05-071-3/+3
* Fix typos (#2029)Miroslav Šedivý2021-04-141-1/+1
* Minor code improvements (#2017)Miroslav Šedivý2021-04-111-2/+2
* Replace .format with f-strings (#2011)Miroslav Šedivý2021-04-101-1/+1
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-061-1/+1
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-051-3/+3
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-201-1/+1
* Inline plugin definition support - tox_.py (#1963)Bernát Gábor2021-03-071-0/+11
* Add more flake8 checks (#1899)Bernát Gábor2021-02-061-8/+11
* Better handling of packaging env creation (#1807)Bernát Gábor2021-01-131-3/+4
* Adopt same pass env list as tox 3 hasBernát Gábor2021-01-111-2/+2
* Better handling of set_env (#1784)Bernát Gábor2021-01-111-0/+4
* Requirement files support within depsBernát Gábor2021-01-071-6/+74
* Fix env_tmp_dir reset, set cwd in test runs, increase coverage on tox_env.apiBernát Gábor2021-01-031-0/+2
* Better handling and error messages on backend failedBernát Gábor2021-01-031-2/+3
* Add base coverage for PEP-517Bernát Gábor2020-12-291-3/+3
* Fix some code coverage issuesBernát Gábor2020-12-281-0/+23
* Rework and simplify local subprocess executor handlersBernát Gábor2020-12-271-2/+2
* General rework of the parallel, execute and reportingBernát Gábor2020-12-241-7/+7
* devenv: fix and add support for running without tox.ini availableBernát Gábor2020-11-281-1/+5
* Fix provisioning supportBernát Gábor2020-11-271-9/+206
* speed up test suite: symlinks, isolated python call and use wheel over sdistrewroteBernát Gábor2020-11-221-0/+2
* tests: add test for tox.ini not foundBernát Gábor2020-11-051-1/+1
* tests: add coverage for pytest pluginBernát Gábor2020-11-051-5/+6
* tests: do not build state for config testsBernát Gábor2020-11-041-10/+0
* Handle requirement files for depsBernát Gábor2020-11-041-19/+18
* pytest: fix integration is not run lastBernát Gábor2020-10-301-0/+1
* Add CLI compatibility with version 3, introduce memory sourceBernát Gábor2020-10-301-4/+7
* Rework configuration to allow generic overridesBernát Gábor2020-10-291-2/+11
* Support ignoring command outcomes via the - prefixBernát Gábor2020-10-281-2/+1