summaryrefslogtreecommitdiff
path: root/src/tox/execute/pep517_backend.py
Commit message (Expand)AuthorAgeFilesLines
* Better handling of build backend without editable support and add --exit-and-...Bernát Gábor2022-12-051-0/+1
* Use PEP-621 to load project dependencies (#2499)Bernát Gábor2022-09-101-1/+1
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-9/+11
* Use pyproject-api package (#2274)Bernát Gábor2021-11-161-1/+2
* Update setup changelogBernát Gábor2021-11-161-1/+5
* Support for external packages and builders (#2235)Bernát Gábor2021-09-261-1/+1
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-151-7/+10
* Support running python 2 targets (#1900)Bernát Gábor2021-02-091-0/+2
* Add more flake8 checks (#1899)Bernát Gábor2021-02-061-1/+4
* Requirement files support within depsBernát Gábor2021-01-071-1/+1
* Better handling and error messages on backend failedBernát Gábor2021-01-031-2/+27
* Add keyboard interrupt support for parallelBernát Gábor2021-01-031-3/+0
* Add base coverage for PEP-517Bernát Gábor2020-12-291-1/+5
* Fix some code coverage issuesBernát Gábor2020-12-281-12/+8
* General rework of the parallel, execute and reportingBernát Gábor2020-12-241-0/+96