summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 3.12.13.12.1Bernat Gabor2019-05-234-3/+14
|
* fix windows selects incorrect spec (#1317)Bernát Gábor2019-05-232-2/+2
|
* fix winreg usage for python2 on windows (#1316)Anthony Sottile2019-05-233-3/+4
|
* Ensure native strings in environ (#1314)Anthony Sottile2019-05-233-1/+6
|
* release 3.12.0 (#1312)Bernát Gábor2019-05-234-3/+19
|\ | | | | release 3.12.0
| * release 3.12.03.12.0Bernat Gabor2019-05-234-3/+19
|/
* Fix for --result-json with --parallel (#1309)Florian Schulze2019-05-239-25/+140
| | | | | | | | | * Correct ``--result-json`` output with ``--parallel``. (#1295) When using ``--parallel`` with ``--result-json`` the test results are now included the same way as with serial runs. This is accomplished by generating json result output for each individual run and at the end copy the data into the main json result output. * avoid duplication in code, improve coverage
* Update PULL_REQUEST_TEMPLATE.mdBernát Gábor2019-05-231-2/+2
|
* PEP-514 support via winreg (#1310)Bernát Gábor2019-05-2315-358/+570
| | | | | | | | | | * pep-514 implementation * reorganize interpreter * report failures * report failures
* Add environment variable to disable parallel spinner for CI tools (#1311)zeroshift2019-05-236-1/+43
| | | | | | | | * Adding TOX_PARALLEL_NO_SPINNER to disable spinner for CI tools. * Adding unit tests for TOX_PARALLEL_NO_SPINNER env var. * Updating CONTRIBUTORS and changelog for TOX_PARALLEL_NO_SPINNER env var.
* Merge pull request #1303 from tox-dev/release-3.11.1Bernát Gábor2019-05-162-1/+10
|\ | | | | release 3.11.1
| * release 3.11.13.11.1Bernat Gabor2019-05-162-1/+10
|/
* Fixed result of tox_get_python_executable not being used to make virtualenvs ↵Ashley Whetter2019-05-165-0/+35
| | | | | | | | (#1301) * Fixed result of tox_get_python_executable not being used to make virtualenvs * fix formatting and add changelog
* release 3.11.0 (#1299)Bernát Gábor2019-05-152-11/+20
|\ | | | | release 3.11.0
| * release 3.11.03.11.0Bernat Gabor2019-05-152-11/+20
|/
* show config now shows all config, filter-able, contains host tox python and ↵Bernát Gábor2019-05-156-86/+215
| | | | | package versions (#1298) and package versions
* release 3.10.0 (#1294)Bernát Gábor2019-05-136-27/+44
|\ | | | | release 3.10.0
| * release 3.10.03.10.0Bernat Gabor2019-05-136-27/+44
|/
* move to improved Azure template (#1286)Bernát Gábor2019-05-1012-139/+299
| | | | | | | | | | | | | | * move to improved Azure template * add architecture support, log discovery * fix * fix * fix * debug
* Update Black URLs (#1288)Jon Dufresne2019-05-042-2/+2
| | | | | | | | | > Black, your uncompromising #Python code formatter, was a project > created with the community in mind from Day 1. Today we moved it under > the PSF umbrella. It's now available on GitHub under > https://github.com/python/black/ . You install and use it just like > before. https://twitter.com/llanga/status/1123980466292445190
* fix compound opts handling with pass-through options in provisionBernat Gabor2019-05-014-8/+11
|
* simplify CI/remove code climate (#1277)Bernát Gábor2019-05-014-330/+60
|
* add no download (#1283)Bernát Gábor2019-05-017-6/+39
|
* do not allow setting the ``TOXENV`` or the ``-e` flag to override the listed ↵Bernát Gábor2019-05-014-4/+28
| | | | default environment variables, these show up under extra (#1284)
* allow passing unknown args to provisioned tox (#1282)Bernát Gábor2019-05-018-3/+85
| | | | | tox ignores unknown CLI arguments when provisioning is on and outside of the provisioned environment (allowing provisioning arguments to be forwarded freely)
* Update README.mdBernát Gábor2019-04-301-2/+0
|
* Update feature_request.mdBernát Gábor2019-04-231-1/+1
|
* Update bug_report.mdBernát Gábor2019-04-231-1/+1
|
* Trim passenv (tox>=2.8) (#1269)Anthony Sottile2019-04-221-1/+0
| | | Committed via https://github.com/asottile/all-repos
* Merge pull request #1265 from tox-dev/release-3.9.0Bernát Gábor2019-04-173-2/+17
|\ | | | | release 3.9.0
| * release 3.9.03.9.0Bernat Gabor2019-04-173-2/+17
|/
* 🔥 Cut comments off dependency lines (#1262)Sviatoslav Sydorenko2019-04-1710-46/+69
| | | | | | | | This enables users to have inline comments in deps lines in `tox.ini`. In particular, this allows having pyup bot integration. Ref: https://github.com/pyupio/dparse/issues/34 Ref: https://github.com/ansible/molecule/issues/1973 Fixes #1260
* remove pytest timeout having issues with pytest-xdistBernat Gabor2019-04-164-13/+12
|
* fix flaky testBernat Gabor2019-04-163-11/+10
|
* move to latest imagesBernat Gabor2019-04-163-6/+10
|
* Fix RunResult unicode repr errors (#1264)Anthony Sottile2019-04-162-3/+20
|
* Fix ^C during venv creation (#1258)Anthony Sottile2019-04-133-71/+92
|
* fix CIBernat Gabor2019-04-032-2/+7
|
* Merge pull request #1247 from tox-dev/release-3.8.6Bernát Gábor2019-04-033-3/+13
|\ | | | | release 3.8.6
| * release 3.8.63.8.6Bernat Gabor2019-04-033-3/+13
|/
* fix #1245 (#1246)Bernát Gábor2019-04-033-1/+34
| | | | | | * expose parallel show output not working * fix #1245
* Merge pull request #1244 from tox-dev/release-3.8.5Bernát Gábor2019-04-033-3/+13
|\ | | | | release 3.8.5
| * release 3.8.53.8.5Bernat Gabor2019-04-033-3/+13
|/
* fix (#1243)Bernát Gábor2019-04-023-0/+25
|
* Fix over-precise float formatting on Python 3 (#1241)Marius Gedminas2019-04-024-7/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix over-precise float formatting on Python 3 Sometimes tox would tell me things like ✔ OK py27 in 4.1370000000000005 seconds ✔ OK py36 in 14.5 seconds ✔ OK py37 in 15.029 seconds ✔ OK py35 in 17.519 seconds ✔ OK py34 in 18.85 seconds the almost-rounded-to-3-decimals value was both funny and sad, but mostly irritating. This was happening because on Python 3 float.__str__ was changed to be more precise, and now >>> print(4 + 0.137) 4.1370000000000005 We can avoid the problem if we round the result of the addition instead of adding a rounded number to the integer number of seconds: >>> print(4.137) 4.137 I've also corrected the plural logic because "0.5 second" is wrong[*]: https://ell.stackexchange.com/questions/7817/singular-or-plural-for-seconds * Add myself to CONTRIBUTORS Also sorted the CONTRIBUTORS file to make sure I've preserved the alphabetical order, which adjusted some existing names. * Add a news fragment * Make the linter happy
* Jenkins 2.0 renamed "slave" to "agent" (#1240)Marius Gedminas2019-04-022-4/+4
| | | See e.g. https://issues.jenkins-ci.org/browse/JENKINS-42816
* Merge pull request #1238 from tox-dev/release-3.8.4Bernát Gábor2019-04-013-2/+12
|\ | | | | release 3.8.4
| * release 3.8.43.8.4Bernat Gabor2019-04-013-2/+12
|/
* Read file lines as text in python2 as well (#1237)Anthony Sottile2019-04-013-1/+21
|
* Fix #1236 typos in isolated.py build method (#1235)Aleksei Maslakov2019-03-304-2/+10
| | | | | | | | | | * Reproduce build error when pyproject defines requirements for package * Fix typos * Add changelog * Skip test for win32 and py2