summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-configpre-commit-ci[bot]2023-05-081-3/+3
| | | | | | | updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.4.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.9-for-vscode) - [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.34.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.33.0...v0.34.0)
* Update list of maintainersHEADmainJürgen Gmach2023-05-081-1/+1
| | | | | | | | | | | Miroslav approached me at PyCon DE to remove him from the maintainers list. Miro, thanks for all your contributions and your dedication! Masen was announced as a new maintainer in January 2023. Thanks for all your contributions, and once again, welcome onboard!
* Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#3003)dependabot[bot]2023-05-031-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add 3.12 support (#2998)Bernát Gábor2023-04-282-0/+2
|
* Specify an environment in the release workflow (#2995)4.5.1Sviatoslav Sydorenko2023-04-261-0/+3
|
* Use PyPI Trusted Publishers (#2994)Bernát Gábor2023-04-252-23/+25
|
* release 4.5.04.5.0Bernát Gábor2023-04-243-3/+13
|
* Feature: suppress step timings for verbosity=1 #2891 (#2992)release-4.5.0Ned Batchelder2023-04-243-1/+13
|
* Add FAQ entry on how to test against EOL Python versions (#2991)Jürgen Gmach2023-04-212-0/+21
| | | | | | | | | | | * Add FAQ entry on how to test against EOL Python versions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* git: Ignore the .lock file for demo_pkg_inline (#2988)Miro Hrončok2023-04-191-0/+1
|
* Bump deps and tools (#2987)Bernát Gábor2023-04-193-7/+7
|
* release 4.4.124.4.12Bernát Gábor2023-04-132-1/+8
|
* Bump deps and tools (#2981)release-4.4.12Bernát Gábor2023-04-133-14/+14
|
* Avoid race conditions in tests using the demo_pkg_inline fixture (#2986)Miro Hrončok2023-04-132-2/+6
|
* release 4.4.114.4.11Bernát Gábor2023-04-052-1/+8
|
* Allow plugins to set `tox_root` (#2978)release-4.4.11kdestin2023-04-053-4/+34
|
* release 4.4.104.4.10Bernát Gábor2023-04-052-1/+8
|
* Fix `tox_root` propagation to `work_dir` (#2962)release-4.4.10Teejay2023-04-055-15/+100
| | | | | Co-authored-by: kdestin <101366538+kdestin@users.noreply.github.com> Co-authored-by: TJ Bruno <tj.bruno@everactive.com>
* Bump deps and tools (#2976)Bernát Gábor2023-04-053-17/+17
|
* release 4.4.94.4.9Bernát Gábor2023-04-054-5/+15
|
* Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 (#2971)release-4.4.9dependabot[bot]2023-04-051-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Avoid UnicodeDecodeError from command output (#2970)Masen Furer2023-04-053-1/+10
| | | | | | | | | | | | | | | | | | | | * test_sync_write_decode_surrogate: utf-8 decode When SyncWrite decodes bytes as utf-8, it should replace unknown sequences with the unicode surrogate codepoint instead of crashing the program. Test case for #2969 * SyncWrite: decode with errors='surrogateescape' Avoid bubbling UnicodeDecodeError up from stream handling internals. Tox has no way of knowing that the bytestream emitted by a command will be valid utf-8, even if utf-8 is ostensibly the "correct" encoding for the stream. It's always possible for an arbitrary command to return non-utf-8 bytes, and this situation should not break tox. Fix #2969
* Correct Docker image working dir (#2965)Elisey Zanko2023-03-301-3/+3
|
* Document running tox within a Docker container (#2923)Elisey Zanko2023-03-302-0/+43
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Added python 3.11 (#2964)ElBe2023-03-302-1/+2
|
* release 4.4.84.4.8Bernát Gábor2023-03-263-2/+9
|
* Fix for requirements.txt using both --index-url and --find-links (#2959)release-4.4.8Alexander Clausen2023-03-263-2/+13
| | | | | Without the fix, installation would fail with: AttributeError: 'Namespace' object has no attribute 'find_links'
* docs: s/master/main/g in contributing docsAlexander Clausen2023-03-261-2/+2
|
* Bump deps and tools (#2954)Bernát Gábor2023-03-239-33/+34
|
* Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#2956)dependabot[bot]2023-03-231-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update documentation regarding ``homedir`` variable (upgrade to tox 4) (#2955)aelray2023-03-231-1/+1
|
* Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#2950)dependabot[bot]2023-03-171-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: remove (dynamic) years from copyright (#2941)Faidon Liambotis2023-03-141-2/+1
|
* Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#2940)dependabot[bot]2023-03-141-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Include `tox.ini` in sdist to fix testsMichał Górny2023-03-132-1/+2
| | | | | | | | | Include the `tox.ini` file in sdist, in order to fix a few test failures due to an additional error message printed by tox, i.e.: FAILED tests/config/cli/test_parse.py::test_verbosity_guess_miss_match - AssertionError: assert 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-python/t... FAILED tests/config/loader/test_loader.py::test_override_incorrect[-x] - AssertionError: assert not 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-pyth... FAILED tests/config/loader/test_loader.py::test_override_incorrect[--override] - AssertionError: assert not 'ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/portage/dev-pyth...
* docs: set html_last_updated_fmt to format string (#2937)4.4.7Faidon Liambotis2023-03-121-2/+2
|
* docs(config): fix temp_dir default valueCésar Román2023-03-021-1/+1
| | | | Ref: https://github.com/tox-dev/tox/discussions/2930
* release 4.4.64.4.6Bernát Gábor2023-02-212-2/+9
|
* Custom prefix in .ini source (#2927)Masen Furer2023-02-213-2/+35
| | | | | | | | | | | | | | | | | | | | | | | * test_source_ini: custom config can overlap testenv regression test for plugin behavior in #2926 * IniSource.get_loader: check section.prefix ensure that loaders returned from .ini source are bound to the correct section prefix, if specified. add comment explaining why the code must look up the name in the _section_mapping fix #2926 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Add link to our own disucssion board (#2921)Jürgen Gmach2023-02-081-3/+3
|
* release 4.4.54.4.5Bernát Gábor2023-02-072-3/+10
|
* Ignore labels when provisioning (#2917)Masen Furer2023-02-073-5/+16
| | | Fix https://github.com/tox-dev/tox/issues/2916
* Bump deps and tools (#2914)Bernát Gábor2023-02-051-1/+1
|
* Bump deps and tools (#2913)Bernát Gábor2023-02-058-53/+60
|
* release 4.4.44.4.4Bernát Gábor2023-01-312-1/+8
|
* Forward `HOME` by default (#2907)Ganden Schaffner2023-01-313-1/+3
| | | fixes https://github.com/tox-dev/tox/issues/2702
* release 4.4.34.4.3Bernát Gábor2023-01-302-3/+10
|
* docs/faq.rst: clarify how constrain_package_deps works (#2902)Masen Furer2023-01-301-10/+10
|
* Avoid pre-commit isort crashGanden Schaffner2023-01-301-1/+1
| | | | See https://github.com/PyCQA/isort/issues/2077.
* fix assertions in test_graph to actually test results (#2906)Anthony Sottile2023-01-291-2/+2
|