summaryrefslogtreecommitdiff
path: root/src/tox/_pytestplugin.py
Commit message (Expand)AuthorAgeFilesLines
* Use UTF-8 encoding when parsing pyproject.toml (#1940)Dominic Davis-Foster2021-03-031-1/+8
* Newer coverage plugin updates env-vars, ignore in pytest plugin (#1854)Bernát Gábor2021-01-191-1/+1
* New formattersBernat Gabor2020-09-011-4/+12
* Bump pre-commit, fix errors (#1586)Bernát Gábor2020-05-201-13/+13
* Fix global configuration fallback in Jenkins runs (#1466)Dane Hillard2019-11-281-2/+2
* Use _TOX_PARALLEL_ENV environment variable to control the behav… (#1446)Miro Hrončok2019-11-111-2/+8
* Use `not PY2` instead of `PY3` for python4.x compat (#1404)Anthony Sottile2019-08-241-2/+2
* Remove dependence on md5 (#1385)Anthony Sottile2019-07-311-2/+2
* Fix tests running under pypy (#1379)Anthony Sottile2019-07-261-1/+1
* Fix RunResult unicode repr errors (#1264)Anthony Sottile2019-04-161-2/+6
* #1228 do not print traceback on provisioned tox command fail (#1230)Bernát Gábor2019-03-291-5/+6
* inside the tester plugin no longer set the PYTHONPATH env varBernat Gabor2019-03-281-16/+15
* various fixes related to sub-process handling (#1186)Bernát Gábor2019-03-271-1/+60
* tests: do not change cwd (#1174)Daniel Hahler2019-02-241-1/+11
* refactor session (#1145)Bernát Gábor2019-02-051-73/+96
* Bugfix: Do the same transformation to egg-info dirs that pkg_resources does (...Josh Snyder2018-10-111-1/+1
* Defend against parallel package builds via a file lockBernat Gabor2018-10-041-25/+27
* Restructure CI (#1027)Bernát Gábor2018-09-291-1/+1
* Fixup changelog and write live config content when updating it (#1006)Bernát Gábor2018-09-201-6/+6
* Add pre and post commands (#1000)Bernát Gábor2018-09-201-12/+73
* fallback to current interpreter if matches at discoveryBernat Gabor2018-09-181-0/+7
* drop old style exception get, use str.format instead of +Bernat Gabor2018-09-171-1/+1
* when verbosity level increases above two start passing through verbosity flag...Bernát Gábor2018-09-161-3/+3
* PEP-517 source distribution support (#954)Bernát Gábor2018-09-111-3/+14
* Use 3.7 for version spec instead of 3.7.0-b2 (#949)Anthony Sottile2018-08-261-2/+1
* Allow to run multiple tox instances in parallel #849 (#934)Bernát Gábor2018-08-091-1/+48
* [#826] switch to source layout (#827)Gábor Bernát2018-06-111-0/+375