Update dependency tox to v4 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tox (changelog) | dev-dependencies | major |
^3.23.0 -> ^4.0.0
|
Release Notes
tox-dev/tox
v4.6.4
What's Changed
- Ensure tox r -e docs generates the documentation by @gaborbernat in https://github.com/tox-dev/tox/pull/3047
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3051
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by @dependabot in https://github.com/tox-dev/tox/pull/3052
- s/setup.cfg/pyproject.toml/ in the development docs by @sk1p in https://github.com/tox-dev/tox/pull/3058
- Fix hang and zombie process on interrupt (CTRL-C). by @sk1p in https://github.com/tox-dev/tox/pull/3057
Full Changelog: https://github.com/tox-dev/tox/compare/4.6.3...4.6.4
v4.6.3
What's Changed
- Made issue template have less whitespace by @jamesbraza in https://github.com/tox-dev/tox/pull/3038
- Docs link of env var subs section to
set_env
by @jamesbraza in https://github.com/tox-dev/tox/pull/3039 - Removed duplicate text in bug report template by @jamesbraza in https://github.com/tox-dev/tox/pull/3040
- Ensure
get_requires*
hook is called beforeprepare_metadata*
by @abravalheri in https://github.com/tox-dev/tox/pull/3044
New Contributors
- @jamesbraza made their first contribution in https://github.com/tox-dev/tox/pull/3038
- @abravalheri made their first contribution in https://github.com/tox-dev/tox/pull/3044
Full Changelog: https://github.com/tox-dev/tox/compare/4.6.2...4.6.3
v4.6.2
What's Changed
- Avoid cache collision between wheel and editable wheel builds by @f3flight in https://github.com/tox-dev/tox/pull/3035
Full Changelog: https://github.com/tox-dev/tox/compare/4.6.1...4.6.2
v4.6.1
What's Changed
- Update
usedevelop
doc by referring to PEP-660. by @tibortakacs in https://github.com/tox-dev/tox/pull/3025 - Use ruff by @gaborbernat in https://github.com/tox-dev/tox/pull/3033
New Contributors
- @tibortakacs made their first contribution in https://github.com/tox-dev/tox/pull/3025
Full Changelog: https://github.com/tox-dev/tox/compare/4.6.0...4.6.1
v4.6.0
What's Changed
- Remove unnecessary Future usage by @living180 in https://github.com/tox-dev/tox/pull/3020
- Test against 3.12.0-beta.1 by @gaborbernat in https://github.com/tox-dev/tox/pull/3022
- Add --list-dependencies options by @lengau in https://github.com/tox-dev/tox/pull/3024
New Contributors
- @living180 made their first contribution in https://github.com/tox-dev/tox/pull/3020
- @lengau made their first contribution in https://github.com/tox-dev/tox/pull/3024
Full Changelog: https://github.com/tox-dev/tox/compare/4.5.2...4.6.0
v4.5.2
What's Changed
- Add 3.12 support by @gaborbernat in https://github.com/tox-dev/tox/pull/2998
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in https://github.com/tox-dev/tox/pull/3003
- Update list of maintainers by @jugmac00 in https://github.com/tox-dev/tox/pull/3008
- fix legacy
tox --devenv venv
by @asottile in https://github.com/tox-dev/tox/pull/3013 - Fix legacy devenv by @gaborbernat in https://github.com/tox-dev/tox/pull/3019
Full Changelog: https://github.com/tox-dev/tox/compare/4.5.1...4.5.2
v4.5.1
v4.5.0
What's Changed
- Bump deps and tools by @gaborbernat in https://github.com/tox-dev/tox/pull/2987
- git: Ignore the .lock file for demo_pkg_inline by @hroncok in https://github.com/tox-dev/tox/pull/2988
- Add FAQ entry on how to test against EOL Python versions by @jugmac00 in https://github.com/tox-dev/tox/pull/2991
- Feature: suppress step timings for verbosity=1 #2891 by @nedbat in https://github.com/tox-dev/tox/pull/2992
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.12...4.5.0
v4.4.12
What's Changed
- Avoid race conditions in tests using the demo_pkg_inline fixture by @hroncok in https://github.com/tox-dev/tox/pull/2986
- Bump deps and tools by @gaborbernat in https://github.com/tox-dev/tox/pull/2981
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.11...4.4.12
v4.4.11
What's Changed
- Allow plugins to set
tox_root
by @kdestin in https://github.com/tox-dev/tox/pull/2978
New Contributors
- @kdestin made their first contribution in https://github.com/tox-dev/tox/pull/2978
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.10...4.4.11
v4.4.10
What's Changed
- Bump deps and tools by @gaborbernat in https://github.com/tox-dev/tox/pull/2976
- Fix
tox_root
propagation towork_dir
by @Tbruno25 in https://github.com/tox-dev/tox/pull/2962
New Contributors
- @Tbruno25 made their first contribution in https://github.com/tox-dev/tox/pull/2962
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.9...4.4.10
v4.4.9
What's Changed
- Added python 3.11 by @ElBe-Plaq in https://github.com/tox-dev/tox/pull/2964
- Document running tox within a Docker container by @31z4 in https://github.com/tox-dev/tox/pull/2923
- Correct Docker image working dir by @31z4 in https://github.com/tox-dev/tox/pull/2965
- Avoid UnicodeDecodeError from command output by @masenf in https://github.com/tox-dev/tox/pull/2970
- Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by @dependabot in https://github.com/tox-dev/tox/pull/2971
New Contributors
- @ElBe-Plaq made their first contribution in https://github.com/tox-dev/tox/pull/2964
- @31z4 made their first contribution in https://github.com/tox-dev/tox/pull/2923
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.8...4.4.9
v4.4.8
What's Changed
- Include
tox.ini
in sdist to fix tests by @mgorny in https://github.com/tox-dev/tox/pull/2939 - Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in https://github.com/tox-dev/tox/pull/2940
- docs: remove (dynamic) years from copyright by @paravoid in https://github.com/tox-dev/tox/pull/2941
- Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in https://github.com/tox-dev/tox/pull/2950
- Update documentation regarding
homedir
variable (upgrade to tox 4) by @aelray in https://github.com/tox-dev/tox/pull/2955 - Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in https://github.com/tox-dev/tox/pull/2956
- Bump deps and tools by @gaborbernat in https://github.com/tox-dev/tox/pull/2954
- docs: s/master/main/g in contributing docs by @sk1p in https://github.com/tox-dev/tox/pull/2960
- Fix for requirements.txt using both --index-url and --find-links by @sk1p in https://github.com/tox-dev/tox/pull/2959
New Contributors
- @aelray made their first contribution in https://github.com/tox-dev/tox/pull/2955
- @sk1p made their first contribution in https://github.com/tox-dev/tox/pull/2960
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.7...4.4.8
v4.4.7
What's Changed
- docs(config): fix temp_dir default value by @thecesrom in https://github.com/tox-dev/tox/pull/2932
- docs: set html_last_updated_fmt to format string by @paravoid in https://github.com/tox-dev/tox/pull/2937
New Contributors
- @thecesrom made their first contribution in https://github.com/tox-dev/tox/pull/2932
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.6...4.4.7
v4.4.6
What's Changed
- Add link to our own disucssion board by @jugmac00 in https://github.com/tox-dev/tox/pull/2921
- Custom prefix in .ini source by @masenf in https://github.com/tox-dev/tox/pull/2927
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.5...4.4.6
v4.4.5
What's Changed
- Bump deps and tools by @gaborbernat in https://github.com/tox-dev/tox/pull/2913
- Bump deps and tools by @gaborbernat in https://github.com/tox-dev/tox/pull/2914
- Ignore labels when provisioning by @masenf in https://github.com/tox-dev/tox/pull/2917
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.4...4.4.5
v4.4.4
What's Changed
- Forward
HOME
by default by @gschaffner in https://github.com/tox-dev/tox/pull/2907
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.3...4.4.4
v4.4.3
What's Changed
- [changelog.rst] typo fix by @sparkiegeek in https://github.com/tox-dev/tox/pull/2900
- Support recursive extras defined in pyproject.toml by @masenf in https://github.com/tox-dev/tox/pull/2905
- fix assertions in test_graph to actually test results by @asottile in https://github.com/tox-dev/tox/pull/2906
- Avoid
pre-commit
isort
crash by @gschaffner in https://github.com/tox-dev/tox/pull/2908 - docs/faq.rst: clarify how constrain_package_deps works by @masenf in https://github.com/tox-dev/tox/pull/2902
New Contributors
- @sparkiegeek made their first contribution in https://github.com/tox-dev/tox/pull/2900
- @gschaffner made their first contribution in https://github.com/tox-dev/tox/pull/2908
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.2...4.4.3
v4.4.2
What's Changed
- rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE by @masenf in https://github.com/tox-dev/tox/pull/2896
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.1...4.4.2
v4.4.1
What's Changed
- pip_install: constrain_package_deps is now False by default by @masenf in https://github.com/tox-dev/tox/pull/2899
Full Changelog: https://github.com/tox-dev/tox/compare/4.4.0...4.4.1
v4.4.0
What's Changed
- Add more explanation to
list_dependencies_command
configuration option by @Czaki in https://github.com/tox-dev/tox/pull/2883 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2889
- Enforce constraints during install_package_deps by @masenf in https://github.com/tox-dev/tox/pull/2888
- Windows shlex fix by @masenf in https://github.com/tox-dev/tox/pull/2895
New Contributors
- @Czaki made their first contribution in https://github.com/tox-dev/tox/pull/2883
Full Changelog: https://github.com/tox-dev/tox/compare/4.3.5...4.4.0
v4.3.5
What's Changed
- Include WHEEL metadata when using PDM and poetry backends by @masenf in https://github.com/tox-dev/tox/pull/2881
Full Changelog: https://github.com/tox-dev/tox/compare/4.3.4...4.3.5
v4.3.4
What's Changed
- Provision cwd by @masenf in https://github.com/tox-dev/tox/pull/2877
- Fix the type annotation for
color
param ofSpinner.finalize()
by @kurtmckee in https://github.com/tox-dev/tox/pull/2879
Full Changelog: https://github.com/tox-dev/tox/compare/4.3.3...4.3.4
v4.3.3
What's Changed
- Provision: ignore other test environments by @masenf in https://github.com/tox-dev/tox/pull/2865
Full Changelog: https://github.com/tox-dev/tox/compare/4.3.2...4.3.3
v4.3.2
What's Changed
- Fix rendering of
version_added
by @kurtmckee in https://github.com/tox-dev/tox/pull/2867 - Fix a RestructuredText typo by @kurtmckee in https://github.com/tox-dev/tox/pull/2866
- Fix typos in
{tox_root}
variable name by @kurtmckee in https://github.com/tox-dev/tox/pull/2871 - Fix regression with multiple env substitutions for the same key by @masenf in https://github.com/tox-dev/tox/pull/2873
- Fix a incorrect config key name by @kurtmckee in https://github.com/tox-dev/tox/pull/2868
New Contributors
- @kurtmckee made their first contribution in https://github.com/tox-dev/tox/pull/2867
Full Changelog: https://github.com/tox-dev/tox/compare/4.3.1...4.3.2
v4.3.1
What's Changed
- Recursive replace by @masenf in https://github.com/tox-dev/tox/pull/2864
Full Changelog: https://github.com/tox-dev/tox/compare/4.3.0...4.3.1
v4.3.0
What's Changed
- Add Documentation URL for quick access via PyPI web by @kerel-fs in https://github.com/tox-dev/tox/pull/2854
- Document factors by @stephenfin in https://github.com/tox-dev/tox/pull/2852
- Rewrite substitution parser by @masenf in https://github.com/tox-dev/tox/pull/2861
New Contributors
- @kerel-fs made their first contribution in https://github.com/tox-dev/tox/pull/2854
Full Changelog: https://github.com/tox-dev/tox/compare/4.2.8...4.3.0
v4.2.8
What's Changed
- Allow package names with env markers with pip binary options by @q0w in https://github.com/tox-dev/tox/pull/2853
Full Changelog: https://github.com/tox-dev/tox/compare/4.2.7...4.2.8
v4.2.7
What's Changed
- Add release notes project URL for quick access in PyPI web by @scop in https://github.com/tox-dev/tox/pull/2835
- Document colorization regression on Windows by @adamchainz in https://github.com/tox-dev/tox/pull/2837
- The tests actually require wheel by @hroncok in https://github.com/tox-dev/tox/pull/2843
- Only return Python factor on base_python conflict by @stephenfin in https://github.com/tox-dev/tox/pull/2840
- Revert to supporting simple Python factors by @stephenfin in https://github.com/tox-dev/tox/pull/2849
Full Changelog: https://github.com/tox-dev/tox/compare/4.2.6...4.2.7
v4.2.6
What's Changed
- Handle properly pip --no-binary / --only-binary options in requirements.txt format files. by @q0w in https://github.com/tox-dev/tox/pull/2834
Full Changelog: https://github.com/tox-dev/tox/compare/4.2.5...4.2.6
v4.2.5
What's Changed
- Fix various issues with missing interpreters by @stephenfin in https://github.com/tox-dev/tox/pull/2828
Full Changelog: https://github.com/tox-dev/tox/compare/4.2.4...4.2.5
v4.2.4
What's Changed
- Also accept tab after colon before factor filter expansion by @pdecat in https://github.com/tox-dev/tox/pull/2823
- Fail on mismatched python spec attributes by @stephenfin in https://github.com/tox-dev/tox/pull/2824
Full Changelog: https://github.com/tox-dev/tox/compare/4.2.3...4.2.4
v4.2.3
What's Changed
- Require space after colon before factor expansion by @pdecat in https://github.com/tox-dev/tox/pull/2822
- Fix devenv when package for env is wheel/editable by @gaborbernat in https://github.com/tox-dev/tox/pull/2820
Full Changelog: https://github.com/tox-dev/tox/compare/4.2.2...4.2.3
v4.2.2
What's Changed
- Remove docs about colour regression by @adamchainz in https://github.com/tox-dev/tox/pull/2816
- Add more c-extension env-vars to default pass_env by @gaborbernat in https://github.com/tox-dev/tox/pull/2818
Full Changelog: https://github.com/tox-dev/tox/compare/4.2.1...4.2.2
v4.2.1
What's Changed
- update how extras are extracted to handle cases with more than 2 groups by @dconathan in https://github.com/tox-dev/tox/pull/2812
New Contributors
- @dconathan made their first contribution in https://github.com/tox-dev/tox/pull/2812
Full Changelog: https://github.com/tox-dev/tox/compare/4.2.0...4.2.1
v4.2.0
What's Changed
- Introduce Upgrading doc page for tox4 by @sirosen in https://github.com/tox-dev/tox/pull/2805
- Document ambiguous usages in v3-to-v4 by @sirosen in https://github.com/tox-dev/tox/pull/2808
- Packaging inherits from pkgenv, deps and document tox 4 packaging changes by @gaborbernat in https://github.com/tox-dev/tox/pull/2813
Full Changelog: https://github.com/tox-dev/tox/compare/4.1.3...4.2.0
v4.1.3
What's Changed
- Relax test_list_installed_deps() to allow other packages by @mgorny in https://github.com/tox-dev/tox/pull/2796
- Skip time-machine dep and spinner tests on PyPy by @mgorny in https://github.com/tox-dev/tox/pull/2797
- Reuse package_env with --installpkg by @gaborbernat in https://github.com/tox-dev/tox/pull/2803
- issue 2695/tox4 install command breaking change docs by @gaborbernat in https://github.com/tox-dev/tox/pull/2806
- Better message when command parsing on empty input by @gaborbernat in https://github.com/tox-dev/tox/pull/2807
Full Changelog: https://github.com/tox-dev/tox/compare/4.1.2...4.1.3
v4.1.2
What's Changed
- Fix --skip-missing-interpreters by @q0w in https://github.com/tox-dev/tox/pull/2793
- Show installed packages after setup in CI envs by @gaborbernat in https://github.com/tox-dev/tox/pull/2794
- Fix extracting extras from markers with many extras by @q0w in https://github.com/tox-dev/tox/pull/2792
Full Changelog: https://github.com/tox-dev/tox/compare/4.1.1...4.1.2
v4.1.1
What's Changed
- Add faq entry about re-use of environments by @jugmac00 in https://github.com/tox-dev/tox/pull/2789
- Fix logging error with emoji in git branch name. by @jamwil in https://github.com/tox-dev/tox/pull/2790
Full Changelog: https://github.com/tox-dev/tox/compare/4.1.0...4.1.1
v4.1.0
What's Changed
- docs(config): Fix minor typo by @rpatterson in https://github.com/tox-dev/tox/pull/2785
- Update user_guide.rst by @jamwil in https://github.com/tox-dev/tox/pull/2787
- Improved factor selection to allow multiple uses of
-f
for "OR" and to allow hyphenated factors by @sirosen in https://github.com/tox-dev/tox/pull/2786
New Contributors
- @rpatterson made their first contribution in https://github.com/tox-dev/tox/pull/2785
- @jamwil made their first contribution in https://github.com/tox-dev/tox/pull/2787
- @sirosen made their first contribution in https://github.com/tox-dev/tox/pull/2786
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.19...4.1.0
v4.0.19
v4.0.18
What's Changed
- Handle whitespace around requirements by @gaborbernat in https://github.com/tox-dev/tox/pull/2779
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.17...4.0.18
v4.0.17
What's Changed
- Suppress a report output when verbosity = 0. by @q0w in https://github.com/tox-dev/tox/pull/2774
- Fix --sdistonly behaviour by @q0w in https://github.com/tox-dev/tox/pull/2775
- Override toxworkdir with --workdir. by @q0w in https://github.com/tox-dev/tox/pull/2776
New Contributors
- @q0w made their first contribution in https://github.com/tox-dev/tox/pull/2774
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.16...4.0.17
v4.0.16
What's Changed
- Fix change_dir is not always relative to tox_root by @gaborbernat in https://github.com/tox-dev/tox/pull/2761
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.15...4.0.16
v4.0.15
What's Changed
- test_sequential: resolve() the system_executable by @masenf in https://github.com/tox-dev/tox/pull/2751
- Fix provisioning by @gaborbernat in https://github.com/tox-dev/tox/pull/2750
- Fix complex negative factor filters not working by @gaborbernat in https://github.com/tox-dev/tox/pull/2757
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.14...4.0.15
v4.0.14
What's Changed
- Ignore non-test section names and invalid factor filters by @gaborbernat in https://github.com/tox-dev/tox/pull/2748
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.13...4.0.14
v4.0.13
What's Changed
- Fix plain section shadows env config by @gaborbernat in https://github.com/tox-dev/tox/pull/2742
- Fix space not accepted in factor filter expression by @gaborbernat in https://github.com/tox-dev/tox/pull/2744
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.12...4.0.13
v4.0.12
What's Changed
- Fix legacy flags, deprecate them and remove --index-url by @gaborbernat in https://github.com/tox-dev/tox/pull/2731
- syntax fix for tox 4 - CLI args section by @evgeni in https://github.com/tox-dev/tox/pull/2734
- implement pseudo tty on stdout/stderr by @masenf in https://github.com/tox-dev/tox/pull/2711
- Document user level config by @ziima in https://github.com/tox-dev/tox/pull/2736
- Fix python hash seed not being set by @gaborbernat in https://github.com/tox-dev/tox/pull/2739
New Contributors
- @evgeni made their first contribution in https://github.com/tox-dev/tox/pull/2734
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.11...4.0.12
v4.0.11
What's Changed
- Show only default env list for tox config by default by @gaborbernat in https://github.com/tox-dev/tox/pull/2726
- NO_COLOR follows no-color.org logic instead of tox boolean by @gaborbernat in https://github.com/tox-dev/tox/pull/2727
- Restore TOX_SKIP_ENV filtering by @mgedmin in https://github.com/tox-dev/tox/pull/2707
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.10...4.0.11
v4.0.10
v4.0.9
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2689
- Add tox_on_install and tox_env_teardown plugin hooks by @gaborbernat in https://github.com/tox-dev/tox/pull/2687
- Add PKG_CONFIG_PATH to default passenv by @gaborbernat in https://github.com/tox-dev/tox/pull/2700
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.8...4.0.9
v4.0.8
What's Changed
- Fix multiple substitutions on factor filtering by @gaborbernat in https://github.com/tox-dev/tox/pull/2680
- Fix requirements.txt parsing by @gaborbernat in https://github.com/tox-dev/tox/pull/2683
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.7...4.0.8
v4.0.7
What's Changed
- Support for --no-deps within deps by @gaborbernat in https://github.com/tox-dev/tox/pull/2678
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.6...4.0.7
v4.0.6
What's Changed
- Spelling and grammar fixes by @scop in https://github.com/tox-dev/tox/pull/2670
- Fix MR template from fix_lint to fix by @ericzolf in https://github.com/tox-dev/tox/pull/2672
- Fix the description of 'package' option by @zhanpon in https://github.com/tox-dev/tox/pull/2673
- Fail on blanks in passed env vars by @ericzolf in https://github.com/tox-dev/tox/pull/2671
New Contributors
- @ericzolf made their first contribution in https://github.com/tox-dev/tox/pull/2672
- @zhanpon made their first contribution in https://github.com/tox-dev/tox/pull/2673
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.5...4.0.6
v4.0.5
What's Changed
- Normalize extra names passed in by @gaborbernat in https://github.com/tox-dev/tox/pull/2668
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.4...4.0.5
v4.0.4
What's Changed
- Document
-U
is not longer valid when defining dependencies viadeps
by @jugmac00 in https://github.com/tox-dev/tox/pull/2651 - Do not log distlib.util or filelock by @gaborbernat in https://github.com/tox-dev/tox/pull/2656
- Make the changes regarding the usage of
#
more discoverable by @jugmac00 in https://github.com/tox-dev/tox/pull/2663 - Document that
-v
adds debug info to--showconfig
and `--help-ini`` by @jugmac00 in https://github.com/tox-dev/tox/pull/2652 - Add repr() calls to "invalid value" exception message in StrConverter.to_bool by @ptmcg in https://github.com/tox-dev/tox/pull/2666
New Contributors
- @ptmcg made their first contribution in https://github.com/tox-dev/tox/pull/2666
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.3...4.0.4
v4.0.3
What's Changed
- Document necessity to escape
#
sign used incommands
by @jugmac00 in https://github.com/tox-dev/tox/pull/2621 - Ensure change_dir is created before running commands by @gaborbernat in https://github.com/tox-dev/tox/pull/2643
- Show host python under core section as constant by @gaborbernat in https://github.com/tox-dev/tox/pull/2644
- Set always PYTHONIOENCODING to utf-8 by @gaborbernat in https://github.com/tox-dev/tox/pull/2646
- Pass through NUMBER_OF_MROCESSORS on Windows by @gaborbernat in https://github.com/tox-dev/tox/pull/2647
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.2...4.0.3
v4.0.2
What's Changed
- tox --showconfig -e py shows core configs by @gaborbernat in https://github.com/tox-dev/tox/pull/2625
- Unescaped comma in substitution should not be replaced during INI expansion by @gaborbernat in https://github.com/tox-dev/tox/pull/2626
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.1...4.0.2
v4.0.1
What's Changed
- Default tox min_version to 4.0 instead of current tox version by @gaborbernat in https://github.com/tox-dev/tox/pull/2613
- Create session views of the build wheel/sdist into temp_dir by @gaborbernat in https://github.com/tox-dev/tox/pull/2614
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.0...4.0.1
v4.0.0
What's Changed
- Create a FAQ entry about tox v3 - v4 compatibility by @jugmac00 in https://github.com/tox-dev/tox/pull/2601
Full Changelog: https://github.com/tox-dev/tox/compare/4.0.0rc4...4.0.0
v3.28.0
What's Changed
- Avoid deprecated pytest.warns(None) by @hroncok in https://github.com/tox-dev/tox/pull/2548
- tox3: Support provision of tox 4 with the min_version option by @hroncok in https://github.com/tox-dev/tox/pull/2714
Full Changelog: https://github.com/tox-dev/tox/compare/3.27.1...3.28.0
v3.27.1
What's Changed
- release 3.27.0 by @gaborbernat in https://github.com/tox-dev/tox/pull/2520
- setup.cfg: Replace deprecated license_file with license_files by @mgorny in https://github.com/tox-dev/tox/pull/2521
- Fix PYTHONPATH passed to envreport / "pip freeze" by @f3flight in https://github.com/tox-dev/tox/pull/2529
New Contributors
- @mgorny made their first contribution in https://github.com/tox-dev/tox/pull/2521
- @f3flight made their first contribution in https://github.com/tox-dev/tox/pull/2529
Full Changelog: https://github.com/tox-dev/tox/compare/3.27.0...3.27.1
v3.27.0
What's Changed
- release 3.26.0 by @gaborbernat in https://github.com/tox-dev/tox/pull/2490
- Drop --build-option flag from isolated build script by @adamchainz in https://github.com/tox-dev/tox/pull/2497
- Remove read-only files upon cleanup by @robgom in https://github.com/tox-dev/tox/pull/2501
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2503
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2505
- Clearly state that
install_command
only takes one command by @jugmac00 in https://github.com/tox-dev/tox/pull/2509 - Document problems with plugin and provision env (refs #2469) by @ziima in https://github.com/tox-dev/tox/pull/2511
- Provision lock by @masenf in https://github.com/tox-dev/tox/pull/2516
New Contributors
- @robgom made their first contribution in https://github.com/tox-dev/tox/pull/2501
- @masenf made their first contribution in https://github.com/tox-dev/tox/pull/2516
Full Changelog: https://github.com/tox-dev/tox/compare/3.26.0...3.27.0
v3.26.0
What's Changed
- release 3.25.1 by @gaborbernat in https://github.com/tox-dev/tox/pull/2451
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2454
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2465
- Check 3.11 support v3 by @gaborbernat in https://github.com/tox-dev/tox/pull/2468
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2471
- Update CODEOWNERS by @jugmac00 in https://github.com/tox-dev/tox/pull/2472
- Fix fallback to "python" environment when "isolated_build = true" is set by @Unrud in https://github.com/tox-dev/tox/pull/2475
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2477
- Use tomllib from the standard library on Python 3.11+ by @hroncok in https://github.com/tox-dev/tox/pull/2463
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2485
- Fix SetuptoolsDeprecationWarning about using --global-option by @adamchainz in https://github.com/tox-dev/tox/pull/2487
New Contributors
- @Unrud made their first contribution in https://github.com/tox-dev/tox/pull/2475
Full Changelog: https://github.com/tox-dev/tox/compare/3.25.1...3.26.0
v3.25.1
What's Changed
- release 3.25.0 by @gaborbernat in https://github.com/tox-dev/tox/pull/2398
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2399
- Adding APPDATA as default passenv on Windows by @niander in https://github.com/tox-dev/tox/pull/2404
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2415
- Avoid importing pipes on Python 3.3+ by @adamchainz in https://github.com/tox-dev/tox/pull/2418
- Fix link to download stats by @jugmac00 in https://github.com/tox-dev/tox/pull/2424
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/2441
- Bump actions/setup-python from 2 to 4 by @dependabot in https://github.com/tox-dev/tox/pull/2446
- Bump actions/download-artifact from 2 to 3 by @dependabot in https://github.com/tox-dev/tox/pull/2444
- Bump actions/upload-artifact from 2 to 3 by @dependabot in https://github.com/tox-dev/tox/pull/2443
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/tox-dev/tox/pull/2445
- Improve advice on constraints files by @apljungquist in https://github.com/tox-dev/tox/pull/2423
- fix isolated builds when stderr is buffered and appears after print() by @asottile in https://github.com/tox-dev/tox/pull/2449
- Unify badges style by @DeadNews in https://github.com/tox-dev/tox/pull/2448
New Contributors
- @niander made their first contribution in https://github.com/tox-dev/tox/pull/2404
- @dependabot made their first contribution in https://github.com/tox-dev/tox/pull/2446
- @apljungquist made their first contribution in https://github.com/tox-dev/tox/pull/2423
- @DeadNews made their first contribution in https://github.com/tox-dev/tox/pull/2448
Full Changelog: https://github.com/tox-dev/tox/compare/3.25.0...3.25.1
v3.25.0
v3.24.5
v3.24.4
v3.24.3
v3.24.2
v3.24.1
v3.24.0
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.