| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
| |
Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Add SpinnerMessage helper class
This class provides a single interface for spinner strings where we
ideally want to report Unicode but want to fall back to ASCII when the
terminal doesn't support it.
* Add ASCII messages for OK/FAIL/SKIP lines
Fixes #1421.
|
| |
|
|
|
| |
This is needed because LANG by itself is not enough to help newer pip from failing on py36. Forcing tox users to manually alter not only their system configuration but also their tox.ini files to avoid that bug is not quite desired. As we already pass `LANG` and `LANGUAGE` I see not reason why we should not do the same for `LC_ALL` too.
Related: https://github.com/pypa/pip/issues/10219
|
| |
|
|
|
|
|
|
|
|
|
| |
* Fix isolated build with backends missing optional hooks
* Add a test for verifying that tox works with enscons
* Remove a redundant comment
* Add name to CONTRIBUTORS
* Add changelog entry
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| | |
|
| |
|
| |
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
| |
|
|
| |
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Anthony Sottile <asottile@umich.edu>
|
| |
|
| |
Co-authored-by: Isaac Pedisich <ipedisich@grammatech.com>
|
| |
|
|
| |
Co-authored-by: Antoine DECHAUME <antoine.dechaume@irt-saintexupery.com>
Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v2.12.0 → v2.13.0](https://github.com/asottile/pyupgrade/compare/v2.12.0...v2.13.0)
- [github.com/psf/black: 20.8b1 → 21.4b0](https://github.com/psf/black/compare/20.8b1...21.4b0)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* remove redundant quotes
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
|
| |
|
|
|
|
|
| |
in Python 3.10 (#2033)
* Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10
* Add myself to contributors.
|
| |
|
|
| |
(#1983)
|
| | |
|
| |
|
|
|
|
|
|
|
| |
tox can now be invoked with a new --no-provision flag that prevents provision,
if requires or minversion are not satisfied, tox will fail;
if a path is specified as an argument to the flag
(e.g. as `tox --no-provision missing.json`) and provision is prevented,
provision metadata are written as JSON to that path.
Fixes https://github.com/tox-dev/tox/issues/1921
|
| |
|
|
|
|
| |
Fixes https://github.com/tox-dev/tox/issues/1918
This also fixes broken __str__ of MissingRequirement,
which is never actually used but is helpful when debugging.
|
| |
|
| |
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
| |
|
| |
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
| |
|
|
| |
Fixes https://github.com/tox-dev/tox/issues/1684
|
| |
|
|
|
|
|
|
| |
This was removed in e4d0d600, and replaced with a
neater approach, however the newer approach doesnt
work for replacements from other sections.
Fixes https://github.com/tox-dev/tox/issues/1777
|
| |
|
|
|
|
|
|
|
| |
e4d0d60 introduced a regression when posargs default
contained a colon, as the common substitution arg
regex splits on the colon, and uses different replace
types depending on the number of colons found.
Fixes https://github.com/tox-dev/tox/issues/1785
|
| |
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
| |
No test yet.
|
| | |
|
| |
|
|
| |
installation (#1725)
|
| | |
|
| |
|
|
|
|
|
| |
Creates SubstitutionStackError and trace recursion from
the beginning of substitution, allowing prevention of the
recursion to halt sooner, and avoid None in error message.
Related to https://github.com/tox-dev/tox/issues/1716
|
| | |
|
| | |
|
| |
|
| |
Fixes https://github.com/tox-dev/tox/issues/1711
|
| |
|
| |
Fixes https://github.com/tox-dev/tox/issues/1464
|
| |
|
| |
Closes https://github.com/tox-dev/tox/issues/1700
|
| | |
|
| | |
|
| |
|
| |
Fixes https://github.com/tox-dev/tox/issues/1502
|
| |
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |
|
|
| |
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| |\
| |
| | |
Allow escaping curly braces in setenv
|
| | |
| |
| |
| |
| |
| |
| | |
Currently braces can be escaped, but the backslashes are not removed,
making it impossible to add a plain curly brace
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|
| | | |
|
| |/ |
|
| | |
|
| |
|
| |
Fixes https://github.com/tox-dev/tox/issues/1643
|
| | |
|
| | |
|