summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* venv: Do not fail for test commands that don't exist with "-" leader (#2316)masterChris Down2022-01-135-2/+30
|
* avoid double-running for in-repo branches (#2296)Anthony Sottile2022-01-041-0/+2
|
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-01-031-2/+2
| | | | | | updates: - [github.com/asottile/pyupgrade: v2.30.0 → v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.30.0...v2.31.0) - [github.com/tox-dev/tox-ini-fmt: 0.5.1 → 0.5.2](https://github.com/tox-dev/tox-ini-fmt/compare/0.5.1...0.5.2)
* Merge pull request #2294 from tox-dev/release-3.24.5Bernát Gábor2021-12-292-1/+8
|\
| * release 3.24.53.24.5Bernát Gábor2021-12-292-1/+8
|/
* Do not reinstall in develop mode without setup.py (#2273)Vincent Vanlaer2021-12-295-1/+19
|
* Move CI to Github Actions (#2293)Bernát Gábor2021-12-2817-413/+320
|
* Fix typos (#2253)Kian Meng Ang2021-12-038-12/+13
| | | Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
* [pre-commit.ci] pre-commit autoupdate (#2248)pre-commit-ci[bot]2021-10-111-2/+2
| | | | | | | updates: - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.18.0](https://github.com/asottile/setup-cfg-fmt/compare/v1.17.0...v1.18.0) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.9.2...4.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate (#2246)pre-commit-ci[bot]2021-10-041-1/+1
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Declare support for Python 3.10 and update links (#2221)Hugo van Kemenade2021-10-042-1/+5
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-09-271-1/+1
| | | | | updates: - [github.com/asottile/pyupgrade: v2.26.0 → v2.28.0](https://github.com/asottile/pyupgrade/compare/v2.26.0...v2.28.0)
* [pre-commit.ci] pre-commit autoupdate (#2228)pre-commit-ci[bot]2021-09-201-1/+1
| | | | | | updates: - [github.com/psf/black: 21.8b0 → 21.9b0](https://github.com/psf/black/compare/21.8b0...21.9b0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Update changelog.rstBernát Gábor2021-09-161-0/+2
|
* Merge pull request #2220 from tox-dev/release-3.24.4Bernát Gábor2021-09-164-6/+20
|\ | | | | release 3.24.4
| * release 3.24.43.24.4Bernát Gábor2021-09-164-6/+20
|/
* venv: do not prepend a truncated shebang interpreter (#2203)James Knight2021-09-164-5/+24
|
* Only respect ALL environments when not in parallel (#2207)guahki2021-09-133-3/+21
|
* [pre-commit.ci] pre-commit autoupdate (#2216)pre-commit-ci[bot]2021-09-131-1/+1
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Make 3.24.3 a headline in the changelog (#2192)Miro Hrončok2021-08-311-0/+2
|
* [pre-commit.ci] pre-commit autoupdate (#2190)pre-commit-ci[bot]2021-08-301-3/+3
| | | | | | | | updates: - [github.com/asottile/pyupgrade: v2.24.0 → v2.25.0](https://github.com/asottile/pyupgrade/compare/v2.24.0...v2.25.0) - [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0) - [github.com/asottile/blacken-docs: v1.10.0 → v1.11.0](https://github.com/asottile/blacken-docs/compare/v1.10.0...v1.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* 🎨📝 Actually use the favicon in Sphinx (#2177)Sviatoslav Sydorenko2021-08-272-0/+4
| | | | | * 🎨📝 Actually use the favicon in Sphinx * Add a change note for PR #2177
* 🐛📝 Suppress epub unknown MIME warnings (#2178)Sviatoslav Sydorenko2021-08-241-0/+1
|
* [pre-commit.ci] pre-commit autoupdate (#2176)pre-commit-ci[bot]2021-08-231-1/+1
| | | | | | updates: - [github.com/asottile/pyupgrade: v2.23.3 → v2.24.0](https://github.com/asottile/pyupgrade/compare/v2.23.3...v2.24.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* 📝 Document when `temp_dir` setting and substitutions appeared (#2175)Sviatoslav Sydorenko2021-08-231-0/+7
| | | Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
* Merge pull request #2174 from tox-dev/release-3.24.3Bernát Gábor2021-08-213-2/+15
|\ | | | | release 3.24.3
| * release 3.24.33.24.3release-3.24.3Bernát Gábor2021-08-213-2/+15
|/
* ASCII output for --parallel report lines (#2164)Brett Smith2021-08-214-21/+46
| | | | | | | | | | | * 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.
* ♲ Fix the rendering of PR templates (#2169)Sviatoslav Sydorenko2021-08-211-3/+6
|
* 📝 Make Sphinx strict about broken references (#2168)Sviatoslav Sydorenko2021-08-217-4/+11
|
* 📝 Document when `{tty}` was added (#2166)Sviatoslav Sydorenko2021-08-202-1/+3
|
* 🐛 Fix the last version+date underline in changelog (#2165)Sviatoslav Sydorenko2021-08-201-0/+2
|
* Merge pull request #2163 from tox-dev/release-3.24.2Bernát Gábor2021-08-182-1/+8
|\ | | | | release 3.24.2
| * release 3.24.23.24.2Bernát Gábor2021-08-182-1/+8
|/
* Add LC_ALL to implicit tox passenv (#2162)Sorin Sbarnea2021-08-182-0/+2
| | | | | 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
* [pre-commit.ci] pre-commit autoupdate (#2149)pre-commit-ci[bot]2021-08-091-1/+1
| | | | | | updates: - [github.com/asottile/pyupgrade: v2.23.1 → v2.23.3](https://github.com/asottile/pyupgrade/compare/v2.23.1...v2.23.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate (#2135)pre-commit-ci[bot]2021-08-021-2/+2
| | | | | | | updates: - [github.com/asottile/pyupgrade: v2.23.0 → v2.23.1](https://github.com/asottile/pyupgrade/compare/v2.23.0...v2.23.1) - [github.com/PyCQA/isort: 5.9.2 → 5.9.3](https://github.com/PyCQA/isort/compare/5.9.2...5.9.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fix changelogBernát Gábor2021-07-311-0/+2
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Merge pull request #2132 from tox-dev/release-3.24.1Bernát Gábor2021-07-313-2/+15
|\ | | | | release 3.24.1
| * release 3.24.13.24.1Bernát Gábor2021-07-313-2/+15
|/
* Alow backend build system to omit `get_requires_for_build_sdist` hook (#2131)oczkoisse2021-07-314-1/+78
| | | | | | | | | | | * 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
* [pre-commit.ci] pre-commit autoupdate (#2119)pre-commit-ci[bot]2021-07-261-1/+1
| | | | | | updates: - [github.com/asottile/pyupgrade: v2.21.2 → v2.23.0](https://github.com/asottile/pyupgrade/compare/v2.21.2...v2.23.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Update poetry linkPatrick Decat2021-07-221-1/+1
|
* improve documentation for `install_command` (#2111)Jürgen Gmach2021-07-212-0/+8
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* [pre-commit.ci] pre-commit autoupdate (#2110)pre-commit-ci[bot]2021-07-191-2/+2
| | | | | | | updates: - [github.com/asottile/pyupgrade: v2.21.0 → v2.21.2](https://github.com/asottile/pyupgrade/compare/v2.21.0...v2.21.2) - [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0...21.7b0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fix misformed title in changelogAntoine DECHAUME2021-07-151-0/+2
|
* Merge pull request #2105 from tox-dev/release-3.24.0Bernát Gábor2021-07-145-5/+25
|\
| * release 3.24.03.24.0Bernát Gábor2021-07-145-5/+25
|/
* Add Python3.10 to CI and handle distutils deprecationBernát Gábor2021-07-143-4/+24
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Document Environment variables: Fix #2036 (#2076)majiang2021-07-144-1/+19
|