summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Alow backend build system to omit `get_requires_for_build_sdist` hook (#2131)oczkoisse2021-07-311-0/+68
* [pre-commit.ci] pre-commit autoupdate (#2068)pre-commit-ci[bot]2021-05-251-1/+1
* Do not modify provisioned envdir when --devenv is specified (#2066)Isaac Pedisich2021-05-241-0/+17
* Fix when there is no 4th arg passed to build_isolated (#2056)Antoine Dechaume2021-05-051-0/+9
* Use {env}/bin instead of {env}/Scripts when Python is from MSYS2 on Windows. ...Jesse Schwartzentruber2021-04-062-1/+20
* Use UTF-8 encoding when parsing pyproject.toml (#1940)Dominic Davis-Foster2021-03-031-1/+5
* Remove dependency on unused fixtures (#1941)Andrey Bienkowski2021-03-031-3/+3
* Add --no-provision flag (#1922)Miro Hrončok2021-03-031-0/+94
* Expose tox requires via the config object (#1919)Miro Hrončok2021-02-161-0/+29
* Adapt tests not to assume easy_install exists, it was removed from setuptools...Miro Hrončok2021-02-021-6/+7
* Handle sigterm by killing the commands subprocess (#1860)David Diaz Barquero2021-01-201-2/+3
* config: Prevent .tox in envlistJohn Vandenberg2021-01-121-0/+16
* test_config: Add test for indirect install_commandJohn Vandenberg2021-01-121-0/+20
* config: Fix parsing posargs default with colonJohn Vandenberg2021-01-111-3/+46
* tests: do not depend on pathlib2 for modern python (#1739)Eli Schwartz2020-11-136-9/+34
* Make parsing [testenv] sections in setup.cfg official (#1727)Mauricio Villegas2020-11-051-0/+18
* Revert "Parse [tox:testenv] sections in setup.cfg" (#1726)Bernát Gábor2020-10-301-18/+0
* Fix congratulations message that occurs on KeyboardInterrupt during package i...Gleb Nikonorov2020-10-301-2/+18
* Parse [tox:testenv] sections in setup.cfg (#1724)Mauricio Villegas2020-10-301-0/+18
* Improve substitution recursion check (#1720)John Vandenberg2020-10-271-8/+5
* Raise MissingSubstitution on access (#1717)John Vandenberg2020-10-262-5/+224
* Prevent {} and tighten parsing of {:} (#1715)John Vandenberg2020-10-241-1/+28
* Fix using platform with install_command (#1707)John Vandenberg2020-10-231-0/+91
* Add substitution {/} to os.sep (#1701)John Vandenberg2020-10-211-1/+25
* Fix escaping brackets in setenv (#1691)John Vandenberg2020-10-212-4/+40
* Allow {posargs} in setenv (#1697)John Vandenberg2020-10-181-0/+15
* Allow escaping of {} in defaults (#1696)John Vandenberg2020-10-181-0/+11
* Support environment files and comments in setenv (#1668)Bernát Gábor2020-09-011-0/+44
* New formattersBernat Gabor2020-09-0110-30/+70
* Merge pull request #1656 from mkenigs/escape-braces-in-setenvBernát Gábor2020-08-311-0/+9
|\
| * Allow escaping curly braces in setenvMatthew Kenigsberg2020-08-221-0/+9
* | Spelling fixes (#1665)Ville Skyttä2020-08-281-1/+1
* | Fix support of the PEP517 backend-path key (#1655)Nicolas Vivet2020-08-201-0/+40
|/
* Fix: accept hyphens in generative section names (#1647)Tyagdit2020-08-071-1/+2
* Allow to use --devenv without tox config (#1644)Miro Hrončok2020-08-062-11/+26
* Do not use setup.cfg file that does not have tox:tox namespace (#1642)Miro Hrončok2020-08-061-0/+15
* Docs grammar (#1631)Thomas Furfaro2020-07-301-3/+6
* Implement support for PEP517 backend-path setting (#1614)Sviatoslav Sydorenko2020-07-301-0/+15
* Fix isolated build helper scripts (#1629)David Hewitt2020-07-281-0/+43
* [cleanup] Remove artefacts from old py34 support (#1625)Bastien Vallet2020-07-231-16/+16
* Add alias "allowlist_externals" to "whitelist_externals" (#1601)David Diaz Barquero2020-07-235-11/+46
* Add setup.cfg formattingBernat Gabor2020-07-232-2/+3
* Fix tests when HOSTNAME is set, but empty string (#1618)Miro Hrončok2020-07-151-19/+10
* Use a HOSTNAME environment variable instead of socket.getfqdn() in ResultLog ...Miro Hrončok2020-07-141-2/+24
* Add long --verbose/--quiet cli arguments (#1612)Florian Bruhin2020-07-121-8/+11
* Allow true separation of environment setup and test run (#1606)Bernát Gábor2020-06-261-0/+16
* PyPy 7.3.1 now generates Scripts instead of bin on Windows (#1597)Bernát Gábor2020-06-061-4/+5
* Add option to delay propegating SIGINT to child process (#1588)Joshua Hesketh2020-06-031-1/+4
* Allow both pre- and post- PEP 610 outputs in test_venv_special_chars_issue252...Miro Hrončok2020-06-021-1/+1
* Bump pre-commit, fix errors (#1586)Bernát Gábor2020-05-2025-237/+242