Bump the test group across 1 directory with 2 updates
Created by: dependabot[bot]
Bumps the test group with 2 updates in the / directory: pytest-cov and tox.
Updates pytest-cov from 5.0.0 to 6.0.0
Changelog
Sourced from pytest-cov's changelog.
6.0.0 (2024-10-29)
- Updated various documentation inaccuracies, especially on subprocess handling.
- Changed fail under checks to use the precision set in the coverage configuration. Now it will perform the check just like
coverage reportwould.- Added a
--cov-precisioncli option that can override the value set in your coverage configuration.- Dropped support for now EOL Python 3.8.
Commits
-
9540437Bump version: 5.0.0 → 6.0.0 -
9f81754Further trim down envs and drop Python 3.8. -
b12b5ecUpdate conf. -
23f4b27Update changelog. -
291a04fBump test deps and trim config. -
08f1101Add--cov-precisionoption. Close #655. -
76fe2a7Move the warnings/errors in a place that doesn't import anything. -
a9ea7b7Implement error/warning for the bad dynamic_context being set in config. -
c299e01Add explicit suffixing to make it easier to see the identify the sources/usag... -
c87e546Add reproducer for weird xdist dynamic_context interaction. Ref #604. - Additional commits viewable in compare view
Updates tox from 4.18.1 to 4.23.2
Release notes
Sourced from tox's releases.
4.23.2
What's Changed
- Support external tox.pytest usage via "test" extra by
@mbrain tox-dev/tox#3422New Contributors
@mbramade their first contribution in tox-dev/tox#3422Full Changelog: https://github.com/tox-dev/tox/compare/4.23.1...4.23.2
4.23.1
What's Changed
- Docs: adjusting EOL Python version testing remarks by
@robsdedudein tox-dev/tox#3417- Fix example docs by
@gaborbernatin tox-dev/tox#3421New Contributors
@robsdedudemade their first contribution in tox-dev/tox#3417Full Changelog: https://github.com/tox-dev/tox/compare/4.23.0...4.23.1
4.23.0
What's Changed
- replace tool.pyproject and tool.tox.pyproject with tool.tox in config… by
@graingert-coefin tox-dev/tox#3411- Add NETRC to the default_pass_env list by
@chipotin tox-dev/tox#3410New Contributors
@graingert-coefmade their first contribution in tox-dev/tox#3411@chipotmade their first contribution in tox-dev/tox#3410Full Changelog: https://github.com/tox-dev/tox/compare/4.22.0...4.23.0
4.22.0
What's Changed
- Fix the fix environment definition by
@gaborbernatin tox-dev/tox#3407- Expose type checking dependencies into an extra by
@ssbarneain tox-dev/tox#3404- Add dependency-groups support (PEP-735) by
@gaborbernatin tox-dev/tox#3409Full Changelog: https://github.com/tox-dev/tox/compare/4.21.2...4.22.0
4.21.2
... (truncated)
Changelog
Sourced from tox's changelog.
v4.23.2 (2024-10-22)
Misc - 4.23.2
- :issue:`3415` v4.23.1 (2024-10-21) Improved Documentation - 4.23.1
- Fix bad example in documentation for dependency groups - by :user:
gaborbernat. (:issue:3240)v4.23.0 (2024-10-16)
Features - 4.23.0
- Add ``NETRC`` to the list of environment variables always passed through. (:issue:`3410`) Improved Documentation - 4.23.0
- replace
[tool.pyproject]and[tool.tox.pyproject]with[tool.tox]in config.rst (:issue:3411)v4.22.0 (2024-10-15)
Features - 4.22.0
- Implement dependency group support as defined in :pep:`735` - see :ref:`dependency_groups` - by :user:`gaborbernat`. (:issue:`3408`) v4.21.2 (2024-10-03) Bugfixes - 4.21.2
- Include
tox.tomlin sdist archives to fix test failures resulting from its lack.
- by :user:
mgorny(:issue:3389)v4.21.1 (2024-10-02)
Bugfixes - 4.21.1
- Fix error when using ``requires`` within a TOML configuration file - by :user:`gaborbernat`. (:issue:`3386`) - Fix error when using ``deps`` within a TOML configuration file - by :user:`gaborbernat`. (:issue:`3387`) - Multiple fixes for the TOML configuration by :user:`gaborbernat`.: Do not fail when there is an empty command within commands. </tr></table>
... (truncated)
Commits
-
0447036release 4.23.2 -
f0799acSupport external tox.pytest usage via "test" extra (#3422) -
ec88713Fix docs link check -
962bc59release 4.23.1 -
5916cc9Fix example docs (#3421) -
e9cb93a[pre-commit.ci] pre-commit autoupdate (#3418) -
88c1b99Docs: adjusting EOL Python version testing remarks (#3417) -
7696a8erelease 4.23.0 -
c01a023Add NETRC to the default_pass_env list (#3410) -
971e7dareplace tool.pyproject and tool.tox.pyproject with tool.tox in config… (#3411) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions