Recent Releases of tox
tox - 4.30.2
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in https://github.com/tox-dev/tox/pull/3603
- Ensure automatically provisioned environment is torn down by @vytas7 in https://github.com/tox-dev/tox/pull/3601
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by @dependabot[bot] in https://github.com/tox-dev/tox/pull/3604
Full Changelog: https://github.com/tox-dev/tox/compare/4.30.1...4.30.2
- Python
Published by gaborbernat 9 months ago
tox - 4.30.1
What's Changed
- Prevent Tox from hanging with
--installpkgsdist due to orphaned build backend by @vytas7 in https://github.com/tox-dev/tox/pull/3530
New Contributors
- @vytas7 made their first contribution in https://github.com/tox-dev/tox/pull/3530
Full Changelog: https://github.com/tox-dev/tox/compare/4.30.0...4.30.1
- Python
Published by gaborbernat 9 months ago
tox - 4.30.0
What's Changed
- Pass through
CIas__TOX_ENVIRONMENT_VARIABLE_ORIGINAL_CIby @Liam-DeVoe in https://github.com/tox-dev/tox/pull/3592 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/tox-dev/tox/pull/3596
- Fix the built docs HTML path hint in
tox.tomlby @webknjaz in https://github.com/tox-dev/tox/pull/3594 - Add a "version added" note for
tox_extend_envsby @webknjaz in https://github.com/tox-dev/tox/pull/3595 - fix: provide clear messaging about config file loading by @ssbarnea in https://github.com/tox-dev/tox/pull/3578
- Ensure
tox_extend_envslist can be read twice by @webknjaz in https://github.com/tox-dev/tox/pull/3598
New Contributors
- @Liam-DeVoe made their first contribution in https://github.com/tox-dev/tox/pull/3592
Full Changelog: https://github.com/tox-dev/tox/compare/4.29.0...4.30.0
- Python
Published by gaborbernat 9 months ago
tox - 4.29.0
What's Changed
- Docs: environment variables contain strings by @hroncok in https://github.com/tox-dev/tox/pull/3575
- 🐍 Fix sys_platform Fixture Leakage breaking the CI by @gaborbernat in https://github.com/tox-dev/tox/pull/3589
- Expose a new
tox_extend_envshook in plugins API by @webknjaz in https://github.com/tox-dev/tox/pull/3591
Full Changelog: https://github.com/tox-dev/tox/compare/4.28.4...4.29.0
- Python
Published by gaborbernat 9 months ago
tox - 4.28.4
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/tox-dev/tox/pull/3570
- Pass ssh-agent variables by default by @daniilgankov in https://github.com/tox-dev/tox/pull/3572
New Contributors
- @daniilgankov made their first contribution in https://github.com/tox-dev/tox/pull/3572
Full Changelog: https://github.com/tox-dev/tox/compare/4.28.3...4.28.4
- Python
Published by gaborbernat 10 months ago
tox - 4.28.1
What's Changed
- Fix an issue number typo in changelog by @hroncok in https://github.com/tox-dev/tox/pull/3563
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/tox-dev/tox/pull/3564
- Only use tarfile.data_filter when it's available by @gaborbernat in https://github.com/tox-dev/tox/pull/3566
Full Changelog: https://github.com/tox-dev/tox/compare/4.28.0...4.28.1
- Python
Published by gaborbernat 10 months ago
tox - 4.28.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/tox-dev/tox/pull/3548
- [docs] Document how to require a plugin by @stephenfin in https://github.com/tox-dev/tox/pull/3552
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/tox-dev/tox/pull/3554
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/tox-dev/tox/pull/3558
- Add
[testenv] constraintsoption by @stephenfin in https://github.com/tox-dev/tox/pull/3556 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/tox-dev/tox/pull/3562
- Allow disabling plugins on a one-off by @gaborbernat in https://github.com/tox-dev/tox/pull/3560
Full Changelog: https://github.com/tox-dev/tox/compare/4.27.0...4.28.0
- Python
Published by gaborbernat 11 months ago
tox - 4.27.0
What's Changed
- Feat: include free_threaded flag in result-json by @robsdedude in https://github.com/tox-dev/tox/pull/3534
- Add security policy by @jugmac00 in https://github.com/tox-dev/tox/pull/3535
- Fix dependency-group name normalization by @robsdedude in https://github.com/tox-dev/tox/pull/3540
- Log environment variables sorted by key while redacting values of unsafe ones by @ssbarnea in https://github.com/tox-dev/tox/pull/3543
Full Changelog: https://github.com/tox-dev/tox/compare/4.26.0...4.27.0
- Python
Published by gaborbernat 12 months ago
tox - 4.26.0
What's Changed
- Add a missing quote in a TOML example @
config.rstby @webknjaz in https://github.com/tox-dev/tox/pull/3509 - Add colour to GitHub Actions CI logs by @hugovk in https://github.com/tox-dev/tox/pull/3525
- Fix using deprecated virtualenv option
--wheelby @robsdedude in https://github.com/tox-dev/tox/pull/3528 - Fix custom HelpFormatter for Python 3.14 by @The-Compiler in https://github.com/tox-dev/tox/pull/3524
- Drop support for EOL Python 3.8 by @hugovk in https://github.com/tox-dev/tox/pull/3527
- Test with Python 3.14 by @edgarrmondragon in https://github.com/tox-dev/tox/pull/3533
- Fix for tox4 regression issue with setenv file and substitutions (#2435) by @realitycheck in https://github.com/tox-dev/tox/pull/3521
- Feat: free-threaded python support by @robsdedude in https://github.com/tox-dev/tox/pull/3526
New Contributors
- @edgarrmondragon made their first contribution in https://github.com/tox-dev/tox/pull/3533
- @realitycheck made their first contribution in https://github.com/tox-dev/tox/pull/3521
Full Changelog: https://github.com/tox-dev/tox/compare/4.25.0...4.26.0
- Python
Published by gaborbernat about 1 year ago
tox - 4.25.0
What's Changed
- Tests: Adjust expected exception message for Python 3.14.0a6 by @hroncok in https://github.com/tox-dev/tox/pull/3500
- feat(config): Allow ranges in envlist by @mimre25 in https://github.com/tox-dev/tox/pull/3503
Full Changelog: https://github.com/tox-dev/tox/compare/4.24.2...4.25.0
- Python
Published by gaborbernat about 1 year ago
tox - 4.24.2
What's Changed
- TOX-3117 bugfix -c pyproject with non legacy by @AdrianCert in https://github.com/tox-dev/tox/pull/3471
- fix(docs): update expected code by @gforcada in https://github.com/tox-dev/tox/pull/3480
- Add missing bracket in config example by @jodal in https://github.com/tox-dev/tox/pull/3481
- Gh issue 3456 update environment variable documentation by @jugmac00 in https://github.com/tox-dev/tox/pull/3482
- fix: Respect
--parallel Nwith--parallel-no-spinnerby @tusharsadhwani in https://github.com/tox-dev/tox/pull/3495 - TOML set_env file support by @juditnovak in https://github.com/tox-dev/tox/pull/3478
New Contributors
- @AdrianCert made their first contribution in https://github.com/tox-dev/tox/pull/3471
- @gforcada made their first contribution in https://github.com/tox-dev/tox/pull/3480
- @jodal made their first contribution in https://github.com/tox-dev/tox/pull/3481
- @juditnovak made their first contribution in https://github.com/tox-dev/tox/pull/3478
Full Changelog: https://github.com/tox-dev/tox/compare/4.24.1...4.24.2
- Python
Published by gaborbernat about 1 year ago
tox - 4.24.0
What's Changed
- fix docs config typo by @wooshaun53 in https://github.com/tox-dev/tox/pull/3424
- Allow users to disable use of pre-commit-uv by @ssbarnea in https://github.com/tox-dev/tox/pull/3430
- Pass nix-ld related variables by default in pass_env (fixes #3425) by @albertodonato in https://github.com/tox-dev/tox/pull/3434
- Improve testenv docs consistency by @thatch in https://github.com/tox-dev/tox/pull/3440
- Display exception name when subprocesses raise them by @ssbarnea in https://github.com/tox-dev/tox/pull/3450
- Fix the CI after setuptools 75.6 change by @gaborbernat in https://github.com/tox-dev/tox/pull/3452
- Update pre-commit hooks with mypy fix by @ssbarnea in https://github.com/tox-dev/tox/pull/3454
- Fix a typo in a code block in the User Guide by @bryant1410 in https://github.com/tox-dev/tox/pull/3462
- Update pre-commit hooks by @ssbarnea in https://github.com/tox-dev/tox/pull/3460
- 💅 Make SVG image compatible with Firefox by @webknjaz in https://github.com/tox-dev/tox/pull/3466
- feat: adding a json schema command by @henryiii in https://github.com/tox-dev/tox/pull/3446
New Contributors
- @wooshaun53 made their first contribution in https://github.com/tox-dev/tox/pull/3424
- @albertodonato made their first contribution in https://github.com/tox-dev/tox/pull/3434
- @thatch made their first contribution in https://github.com/tox-dev/tox/pull/3440
- @bryant1410 made their first contribution in https://github.com/tox-dev/tox/pull/3462
- @henryiii made their first contribution in https://github.com/tox-dev/tox/pull/3446
Full Changelog: https://github.com/tox-dev/tox/compare/4.23.2...4.24.0
- Python
Published by gaborbernat over 1 year ago
tox - 4.23.2
What's Changed
- Support external tox.pytest usage via "test" extra by @mbra in https://github.com/tox-dev/tox/pull/3422
New Contributors
- @mbra made their first contribution in https://github.com/tox-dev/tox/pull/3422
Full Changelog: https://github.com/tox-dev/tox/compare/4.23.1...4.23.2
- Python
Published by gaborbernat over 1 year ago
tox - 4.23.1
What's Changed
- Docs: adjusting EOL Python version testing remarks by @robsdedude in https://github.com/tox-dev/tox/pull/3417
- Fix example docs by @gaborbernat in https://github.com/tox-dev/tox/pull/3421
New Contributors
- @robsdedude made their first contribution in https://github.com/tox-dev/tox/pull/3417
Full Changelog: https://github.com/tox-dev/tox/compare/4.23.0...4.23.1
- Python
Published by gaborbernat over 1 year ago
tox - 4.23.0
What's Changed
- replace tool.pyproject and tool.tox.pyproject with tool.tox in config… by @graingert-coef in https://github.com/tox-dev/tox/pull/3411
- Add NETRC to the defaultpassenv list by @chipot in https://github.com/tox-dev/tox/pull/3410
New Contributors
- @graingert-coef made their first contribution in https://github.com/tox-dev/tox/pull/3411
- @chipot made their first contribution in https://github.com/tox-dev/tox/pull/3410
Full Changelog: https://github.com/tox-dev/tox/compare/4.22.0...4.23.0
- Python
Published by gaborbernat over 1 year ago
tox - 4.22.0
What's Changed
- Fix the fix environment definition by @gaborbernat in https://github.com/tox-dev/tox/pull/3407
- Expose type checking dependencies into an extra by @ssbarnea in https://github.com/tox-dev/tox/pull/3404
- Add dependency-groups support (PEP-735) by @gaborbernat in https://github.com/tox-dev/tox/pull/3409
Full Changelog: https://github.com/tox-dev/tox/compare/4.21.2...4.22.0
- Python
Published by gaborbernat over 1 year ago
tox - 4.21.0
What's Changed
- Update Loader docs by @ziima in https://github.com/tox-dev/tox/pull/3352
- True TOML config support by @gaborbernat in https://github.com/tox-dev/tox/pull/3353
Full Changelog: https://github.com/tox-dev/tox/compare/4.20.0...4.21.0
- Python
Published by gaborbernat over 1 year ago
tox - 4.18.1
What's Changed
- Fixup the spec string for sys.executable by @hroncok in https://github.com/tox-dev/tox/pull/3327
- Fix issue link in changelog by @schlamar in https://github.com/tox-dev/tox/pull/3332
- Properly document the
tox_env_teardownhook by @kemzeb in https://github.com/tox-dev/tox/pull/3333 - Add 3.13 to CI and bump deps by @gaborbernat in https://github.com/tox-dev/tox/pull/3339
New Contributors
- @schlamar made their first contribution in https://github.com/tox-dev/tox/pull/3332
- @kemzeb made their first contribution in https://github.com/tox-dev/tox/pull/3333
Full Changelog: https://github.com/tox-dev/tox/compare/4.18.0...4.18.1
- Python
Published by gaborbernat over 1 year ago
tox - 4.18.0
What's Changed
- Fix #3278 - Boost temporary directories cleanup in tests by @ziima in https://github.com/tox-dev/tox/pull/3323
- Fix absolute base python paths conflicting by @gaborbernat in https://github.com/tox-dev/tox/pull/3325
- Fix #3318 - Suppress spinner in parallel runs in CI by @ziima in https://github.com/tox-dev/tox/pull/3321
Full Changelog: https://github.com/tox-dev/tox/compare/4.17.1...4.18.0
- Python
Published by gaborbernat almost 2 years ago
tox - 4.17.1
What's Changed
- Restore limited
<major>.<minor>environment name support by @gaborbernat in https://github.com/tox-dev/tox/pull/3319 - fix(tox_env.python): do not process absolute paths to interpreter as PythonSpec by @paveldikov in https://github.com/tox-dev/tox/pull/3311
New Contributors
- @paveldikov made their first contribution in https://github.com/tox-dev/tox/pull/3311
Full Changelog: https://github.com/tox-dev/tox/compare/4.17.0...4.17.1
- Python
Published by gaborbernat almost 2 years ago
tox - 4.17.0
What's Changed
- Fix user guide system overview so nodes don't overlap. by @Tom01098 in https://github.com/tox-dev/tox/pull/3307
- Table with list of default env vars per OS by @seyidaniels in https://github.com/tox-dev/tox/pull/3291
- Add GraalPy and test both GraalPy and Jython env identifiers by @timfel in https://github.com/tox-dev/tox/pull/3312
- Add on platform constat to core by @gaborbernat in https://github.com/tox-dev/tox/pull/3315
New Contributors
- @Tom01098 made their first contribution in https://github.com/tox-dev/tox/pull/3307
- @timfel made their first contribution in https://github.com/tox-dev/tox/pull/3312
Full Changelog: https://github.com/tox-dev/tox/compare/4.16.0...4.17.0
- Python
Published by gaborbernat almost 2 years ago
tox - 4.16.0
What's Changed
- Fix two small documentation issues by @srenfo in https://github.com/tox-dev/tox/pull/3297
- Fix tests after new setuptools by @gaborbernat in https://github.com/tox-dev/tox/pull/3299
- Add
windirto the default list ofpass_envvariables on Windows by @kurtmckee in https://github.com/tox-dev/tox/pull/3303
New Contributors
- @srenfo made their first contribution in https://github.com/tox-dev/tox/pull/3297
Full Changelog: https://github.com/tox-dev/tox/compare/4.15.1...4.16.0
- Python
Published by gaborbernat almost 2 years ago
tox - 4.15.1
What's Changed
- fix skip with package = wheel by @MarcinKonowalczyk in https://github.com/tox-dev/tox/pull/3269
- Fixed typo in user guide. by @carltongibson in https://github.com/tox-dev/tox/pull/3277
- Fix broad build privileges @ GHA release workflow by @webknjaz in https://github.com/tox-dev/tox/pull/3281
- Allow
ConfigSet.add_configto receive parameterized generics forof_type. by @ssbarnea in https://github.com/tox-dev/tox/pull/3288 - Fix section substitution with setenv by @JJLLWW in https://github.com/tox-dev/tox/pull/3289
New Contributors
- @MarcinKonowalczyk made their first contribution in https://github.com/tox-dev/tox/pull/3269
- @carltongibson made their first contribution in https://github.com/tox-dev/tox/pull/3277
- @JJLLWW made their first contribution in https://github.com/tox-dev/tox/pull/3289
Full Changelog: https://github.com/tox-dev/tox/compare/4.15.0...4.15.1
- Python
Published by gaborbernat almost 2 years ago
tox - 4.15.0
What's Changed
- Remove duplicated and misleading configuration section by @jugmac00 in https://github.com/tox-dev/tox/pull/3251
- Fix dropped leading characters
cfrom constraints' packages by @jugmac00 in https://github.com/tox-dev/tox/pull/3250 - Fix type-checking by @stefanor in https://github.com/tox-dev/tox/pull/3260
- Update installation.rst by @shenxianpeng in https://github.com/tox-dev/tox/pull/3257
- Allow appending to deps with the command line by @stefanor in https://github.com/tox-dev/tox/pull/3259
- Support multiple override appends by @amitschang in https://github.com/tox-dev/tox/pull/3261
- Add bang to invert exit code by @sillydan1 in https://github.com/tox-dev/tox/pull/3271
- fix(parser): Fix --discover parsed incorrectly from env by @mimre25 in https://github.com/tox-dev/tox/pull/3274
New Contributors
- @shenxianpeng made their first contribution in https://github.com/tox-dev/tox/pull/3257
- @amitschang made their first contribution in https://github.com/tox-dev/tox/pull/3261
- @sillydan1 made their first contribution in https://github.com/tox-dev/tox/pull/3271
- @mimre25 made their first contribution in https://github.com/tox-dev/tox/pull/3274
Full Changelog: https://github.com/tox-dev/tox/compare/4.14.2...4.15.0
- Python
Published by gaborbernat about 2 years ago
tox - 4.14.2
What's Changed
- Removed unneeded line by @reinout in https://github.com/tox-dev/tox/pull/3241
- Add missing space by @droctothorpe in https://github.com/tox-dev/tox/pull/3243
- Add Provision Arguments to ToxParser by @seyidaniels in https://github.com/tox-dev/tox/pull/3246
New Contributors
- @reinout made their first contribution in https://github.com/tox-dev/tox/pull/3241
- @droctothorpe made their first contribution in https://github.com/tox-dev/tox/pull/3243
- @seyidaniels made their first contribution in https://github.com/tox-dev/tox/pull/3246
Full Changelog: https://github.com/tox-dev/tox/compare/4.14.1...4.14.2
- Python
Published by gaborbernat about 2 years ago
tox - 4.14.0
What's Changed
- Fix issue/PR number in 4.13.0 changelog by @hroncok in https://github.com/tox-dev/tox/pull/3223
- Fix linkcheck failing by @gaborbernat in https://github.com/tox-dev/tox/pull/3229
- Support fresh subprocess for build backends by @gaborbernat in https://github.com/tox-dev/tox/pull/3233
- Allow plugins to attach data to --version by @gaborbernat in https://github.com/tox-dev/tox/pull/3234
Full Changelog: https://github.com/tox-dev/tox/compare/4.13.0...4.14.0
- Python
Published by gaborbernat about 2 years ago
tox - 4.13.0
What's Changed
- Document usage of Pytest with Tox as a FAQ entry by @faph in https://github.com/tox-dev/tox/pull/3192
- docs/config.rst: State in config directive sections their ini file sections by @0cjs in https://github.com/tox-dev/tox/pull/3194
- .gitignore: Add /tests/demopkginline/.tox/ by @0cjs in https://github.com/tox-dev/tox/pull/3198
- docs/development: Summarise important points experienced devs need to know by @0cjs in https://github.com/tox-dev/tox/pull/3197
- Add tests for CliEnv by @0cjs in https://github.com/tox-dev/tox/pull/3204
- Document how CliEnv works by @0cjs in https://github.com/tox-dev/tox/pull/3206
- docs/development "Key points": Two updates and general improvement by @0cjs in https://github.com/tox-dev/tox/pull/3205
- session.env_select.CliEnv: Document and test spaces behaviour by @0cjs in https://github.com/tox-dev/tox/pull/3208
- config.cli.testcliini: Re-order for clarity (textual moves only) by @0cjs in https://github.com/tox-dev/tox/pull/3209
- Revert previous "precommit autoupdate (#3214)" commit; it's broken by @0cjs in https://github.com/tox-dev/tox/pull/3215
- Extract packaging virtualenv code to its own class by @gaborbernat in https://github.com/tox-dev/tox/pull/3221
New Contributors
- @faph made their first contribution in https://github.com/tox-dev/tox/pull/3192
- @0cjs made their first contribution in https://github.com/tox-dev/tox/pull/3194
Full Changelog: https://github.com/tox-dev/tox/compare/4.12.1...4.13.0
- Python
Published by gaborbernat over 2 years ago
tox - 4.12.1
What's Changed
- Fix tox version requirement in docs by @Viicos in https://github.com/tox-dev/tox/pull/3184
- #3165 fixed Tox failing with --installpkg and multi testenvs by @Stefanhg in https://github.com/tox-dev/tox/pull/3186
New Contributors
- @Viicos made their first contribution in https://github.com/tox-dev/tox/pull/3184
Full Changelog: https://github.com/tox-dev/tox/compare/4.12.0...4.12.1
- Python
Published by gaborbernat over 2 years ago
tox - 4.12.0
What's Changed
- Exclude bots from generated release notes by @hugovk in https://github.com/tox-dev/tox/pull/3163
- Imply
--parallelwhen--parallel-no-spinneris passed by @tusharsadhwani in https://github.com/tox-dev/tox/pull/3159 - Fix 'open an issue' link in development.rst by @TheRealFalcon in https://github.com/tox-dev/tox/pull/3179
- Fix the CI by @gaborbernat in https://github.com/tox-dev/tox/pull/3183
- Always pass FORCECOLOR & NOCOLOR to the environment by @hashar in https://github.com/tox-dev/tox/pull/3172
New Contributors
- @tusharsadhwani made their first contribution in https://github.com/tox-dev/tox/pull/3159
- @TheRealFalcon made their first contribution in https://github.com/tox-dev/tox/pull/3179
Full Changelog: https://github.com/tox-dev/tox/compare/4.11.4...4.12.0
- Python
Published by gaborbernat over 2 years ago
tox - 4.11.4
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3124
- Fix
quickstartcommand from requiringrootpositional argument by @Tbruno25 in https://github.com/tox-dev/tox/pull/3123 - docs(config): fix default value for install_command by @hashar in https://github.com/tox-dev/tox/pull/3126
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3128
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3132
- Added Python 3.12 in installation docs by @mj0nez in https://github.com/tox-dev/tox/pull/3133
- Fix terminal size in tox commands (#2999) by @ziima in https://github.com/tox-dev/tox/pull/3139
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3135
- Use the new ruff formatter over black by @gaborbernat in https://github.com/tox-dev/tox/pull/3142
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3147
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3149
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3154
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3161
- docs(config): Fix base_python default reference by @rpatterson in https://github.com/tox-dev/tox/pull/3156
- Fixed 'AppData' not passed to env by default (#3151) by @Stefanhg in https://github.com/tox-dev/tox/pull/3160
New Contributors
- @mj0nez made their first contribution in https://github.com/tox-dev/tox/pull/3133
- @Stefanhg made their first contribution in https://github.com/tox-dev/tox/pull/3160
Full Changelog: https://github.com/tox-dev/tox/compare/4.11.3...4.11.4
- Python
Published by gaborbernat over 2 years ago
tox - 4.11.3
What's Changed
- docs(plugin): explain plugin registration by @hashar in https://github.com/tox-dev/tox/pull/3116
- Fix error caused by a bad
base_pythonpath by @Tbruno25 in https://github.com/tox-dev/tox/pull/3122
New Contributors
- @hashar made their first contribution in https://github.com/tox-dev/tox/pull/3116
Full Changelog: https://github.com/tox-dev/tox/compare/4.11.2...4.11.3
- Python
Published by gaborbernat over 2 years ago
tox - 4.11.2
What's Changed
- Fix typos discovered by codespell by @cclauss in https://github.com/tox-dev/tox/pull/3113
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/tox-dev/tox/pull/3114
- Providing example to make CLI help more helpful for -x,--override by @posita in https://github.com/tox-dev/tox/pull/3119
- Remove stray colons in
config.rstleft over from #3111 by @posita in https://github.com/tox-dev/tox/pull/3120
New Contributors
- @cclauss made their first contribution in https://github.com/tox-dev/tox/pull/3113
- @posita made their first contribution in https://github.com/tox-dev/tox/pull/3119
Full Changelog: https://github.com/tox-dev/tox/compare/4.11.1...4.11.2
- Python
Published by gaborbernat over 2 years ago
tox - 4.11.1
What's Changed
- Tests: Don't assume Python 3.10 is always installed, use current Python version by @hroncok in https://github.com/tox-dev/tox/pull/3108
- Set the --parallel default to "auto", not CPU count by @paravoid in https://github.com/tox-dev/tox/pull/3109
- Fix , being used as value parser for env var configs by @gaborbernat in https://github.com/tox-dev/tox/pull/3111
Full Changelog: https://github.com/tox-dev/tox/compare/4.11.0...4.11.1
- Python
Published by gaborbernat over 2 years ago
tox - 4.11.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3102
- Fix type checker and bump tools by @gaborbernat in https://github.com/tox-dev/tox/pull/3107
- Add config_settings support for build backend calls by @nschloe in https://github.com/tox-dev/tox/pull/3090
New Contributors
- @nschloe made their first contribution in https://github.com/tox-dev/tox/pull/3090
Full Changelog: https://github.com/tox-dev/tox/compare/4.10.0...4.11.0
- Python
Published by gaborbernat almost 3 years ago
tox - 4.10.0
What's Changed
- Set basepython for docs env in alignment to Read the Docs default by @jugmac00 in https://github.com/tox-dev/tox/pull/3097
- Document release process by @jugmac00 in https://github.com/tox-dev/tox/pull/3094
- Replace undefined settings with overrides when appending by @stefanor in https://github.com/tox-dev/tox/pull/3101
- Accept environments with defined factors or of python selector form - suggest closest by @BeyondEvil in https://github.com/tox-dev/tox/pull/3099
New Contributors
- @BeyondEvil made their first contribution in https://github.com/tox-dev/tox/pull/3099
Full Changelog: https://github.com/tox-dev/tox/compare/4.9.0...4.10.0
- Python
Published by gaborbernat almost 3 years ago
tox - 4.9.0
What's Changed
- Disallow command line environments which are not explicitly specified in the config file by @tjsmart in https://github.com/tox-dev/tox/pull/3089
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3091
New Contributors
- @tjsmart made their first contribution in https://github.com/tox-dev/tox/pull/3089
Full Changelog: https://github.com/tox-dev/tox/compare/4.8.0...4.9.0
- Python
Published by gaborbernat almost 3 years ago
tox - 4.8.0
What's Changed
- Correct "notset" typo in --hashseed's --help text. by @lamby in https://github.com/tox-dev/tox/pull/3082
- Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in https://github.com/tox-dev/tox/pull/3085
- Allow extending lists with --override foo+=bar by @stefanor in https://github.com/tox-dev/tox/pull/3088
New Contributors
- @lamby made their first contribution in https://github.com/tox-dev/tox/pull/3082
- @stefanor made their first contribution in https://github.com/tox-dev/tox/pull/3088
Full Changelog: https://github.com/tox-dev/tox/compare/4.7.0...4.8.0
- Python
Published by gaborbernat almost 3 years ago
tox - 4.7.0
What's Changed
- Fix doc alignment and link check by @gaborbernat in https://github.com/tox-dev/tox/pull/3059
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3061
- Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by @dependabot in https://github.com/tox-dev/tox/pull/3063
- Update a test regex to work with Python 3.12+ by @hroncok in https://github.com/tox-dev/tox/pull/3066
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3067
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3070
- Remove broken link by @gaborbernat in https://github.com/tox-dev/tox/pull/3072
- Add sponsor button for tidelift by @jugmac00 in https://github.com/tox-dev/tox/pull/3079
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/tox/pull/3081
- Make --hashseed default to PYTHONHASHSEED, if defined by @paravoid in https://github.com/tox-dev/tox/pull/3076
Full Changelog: https://github.com/tox-dev/tox/compare/4.6.4...4.7.0
- Python
Published by gaborbernat almost 3 years ago
tox - 4.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
- Python
Published by gaborbernat almost 3 years ago
tox - 4.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_envby @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
- Python
Published by gaborbernat almost 3 years ago
tox - 4.6.1
What's Changed
- Update
usedevelopdoc 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
- Python
Published by gaborbernat almost 3 years ago
tox - 4.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
- Python
Published by gaborbernat almost 3 years ago
tox - 4.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 venvby @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
- Python
Published by gaborbernat almost 3 years ago
tox - 4.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 demopkginline 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
- Python
Published by gaborbernat about 3 years ago
tox - 4.4.12
What's Changed
- Avoid race conditions in tests using the demopkginline 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
- Python
Published by gaborbernat about 3 years ago
tox - 4.4.11
What's Changed
- Allow plugins to set
tox_rootby @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
- Python
Published by gaborbernat about 3 years ago
tox - 4.4.10
What's Changed
- Bump deps and tools by @gaborbernat in https://github.com/tox-dev/tox/pull/2976
- Fix
tox_rootpropagation towork_dirby @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
- Python
Published by gaborbernat about 3 years ago
tox - 4.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
- Python
Published by gaborbernat about 3 years ago
tox - 4.4.8
What's Changed
- Include
tox.iniin 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
homedirvariable (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
- Python
Published by gaborbernat about 3 years ago
tox - 4.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 htmllastupdated_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
- Python
Published by gaborbernat about 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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-commitisortcrash by @gschaffner in https://github.com/tox-dev/tox/pull/2908 - docs/faq.rst: clarify how constrainpackagedeps 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
- Python
Published by gaborbernat over 3 years ago
tox - 4.4.0
What's Changed
- Add more explanation to
list_dependencies_commandconfiguration 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 installpackagedeps 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
- Python
Published by gaborbernat over 3 years ago
tox - 4.3.4
What's Changed
- Provision cwd by @masenf in https://github.com/tox-dev/tox/pull/2877
- Fix the type annotation for
colorparam 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
- Python
Published by gaborbernat over 3 years ago
tox - 4.3.2
What's Changed
- Fix rendering of
version_addedby @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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.1.3
What's Changed
- Relax testlistinstalled_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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
-ffor "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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.0.15
What's Changed
- testsequential: resolve() the systemexecutable 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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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 TOXSKIPENV 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
- Python
Published by gaborbernat over 3 years ago
tox - 3.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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 toxoninstall and toxenvteardown plugin hooks by @gaborbernat in https://github.com/tox-dev/tox/pull/2687
- Add PKGCONFIGPATH 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
- Python
Published by gaborbernat over 3 years ago
tox - 4.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
- Python
Published by gaborbernat over 3 years ago
tox - 4.0.6
What's Changed
- Spelling and grammar fixes by @scop in https://github.com/tox-dev/tox/pull/2670
- Fix PR 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
- Python
Published by gaborbernat over 3 years ago