deps(deps-dev): bump the python-development group with 17 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(4 months ago)
(4 months ago)
dependencies python:uv
Bumps the python-development group with 17 updates:
| Package | From | To |
|---|---|---|
| dependency-injector | 4.48.2 |
4.48.3 |
| flake8-pyproject | 1.2.3 |
1.2.4 |
| freezegun | 1.5.3 |
1.5.5 |
| ipython | 9.4.0 |
9.9.0 |
| pre-commit | 4.2.0 |
4.5.1 |
| pyfakefs | 5.10.2 |
6.0.0 |
| pytest-asyncio | 1.2.0 |
1.3.0 |
| pytest-cov | 6.1.1 |
7.0.0 |
| pytest-deadfixtures | 2.2.1 |
3.1.0 |
| pytest-mock | 3.14.1 |
3.15.1 |
| pytest-randomly | 3.16.0 |
4.0.1 |
| pytest-reportportal | 5.5.2 |
5.6.0 |
| pytest-xdist | 3.6.1 |
3.8.0 |
| responses | 0.25.7 |
0.25.8 |
| ruff | 0.12.11 |
0.14.13 |
| typing-extensions | 4.13.2 |
4.15.0 |
| wemake-python-styleguide | 1.3.0 |
1.5.0 |
Updates dependency-injector from 4.48.2 to 4.48.3
Release notes
Sourced from dependency-injector's releases.
4.48.3
What's Changed
- Fix providers.Resource missing overloads for AbstractContextManager and AbstractAsyncContextManager by
@leonarduschenin ets-labs/python-dependency-injector#927- Fast depends v3 compatibility fix by
@AndrianEquestrianin ets-labs/python-dependency-injector#933- Allow explicit typing on selector using TypeVar with default Any by
@leonarduschenin ets-labs/python-dependency-injector#932- Retrofit assert_type for Aggregate and Callable by
@leonarduschenin ets-labs/python-dependency-injector#935- Allow
Annotatedmarker to be anywhere in the annotation list. by@BrianPughin ets-labs/python-dependency-injector#939New Contributors
@leonarduschenmade their first contribution in ets-labs/python-dependency-injector#927@BrianPughmade their first contribution in ets-labs/python-dependency-injector#939Full Changelog: https://github.com/ets-labs/python-dependency-injector/compare/4.48.1...4.48.3
Commits
1510a84Bump version51f8187Allow annotated marker to be anywhere in the annotation list (#939)244deeeRetrofit assert_type for Aggregate and Callable (#935)d72d07cImprove type annotations in providers009a86dImporve dict typings18e3252Allow explicit typing on Selector using TypeVar with default Any (#932)059f78bFix FastDepends v3 compatibility (#933)9d3a432Fix providers.Resource missing overloads for AbstractContextManager and Abstr...- See full diff in compare view
Updates flake8-pyproject from 1.2.3 to 1.2.4
Commits
3c516a9Bumped version to 1.2.4.df70f19Added GitHub workflow for releases on PyPI.d46e99cOnly run scheduled test weekly instead of nightly.da0b9edAdded link to GitHub releases as a project URL.8e4b87fCosmetic changes to code format of dev tools intoolsfolder.4227bd4Use longer names for dev tools intoolsfolder.3866f48Mention early on that we need to be called inpyproject.tomlfolder.40bf639Removed configuration and documentation of pre-commit hook.9df7abbBump actions/checkout from 5 to 6 in the github-actions group2c23062Fixed reporting of code coverage.- Additional commits viewable in compare view
Updates freezegun from 1.5.3 to 1.5.5
Changelog
Sourced from freezegun's changelog.
1.5.5
- Allow parametrized arguments called 'func' (Broken in 1.5.4)
1.5.4
- Fix: Ability to yield fixtures (broken in 1.5.3)
Commits
c9bf52cIncrease version number0f2bd7eMerge pull request #582 from spulec/fixture-called-funca608055Allow parametrized arguments with name 'func'2bb4711Increase version number7599eeeAdd 1.5.4 release notes0d00e7dMerge pull request #579 from zsh8/decorate_generator10c93f2fix: preserve functionality in pytest yield fixtures- See full diff in compare view
Updates ipython from 9.4.0 to 9.9.0
Commits
0c28fe5release 9.9.0b33b134whats new 9.9 (#15113)3841c05whats new 990423da8Stop assuming that memory addresses are signed (#15111)4d0cb19Stop assuming that memory addresses are signed4d71bcfFix completions for methods starting with_(#15106)28d83b9fix-test74bf6d0add-end-to-end-teste62c4bafix-completions-for-private-attr11e1f40Add prompt_toolkit's unix_word_rubout to assignable commands for shortcuts (#...- Additional commits viewable in compare view
Updates pre-commit from 4.2.0 to 4.5.1
Release notes
Sourced from pre-commit's releases.
pre-commit v4.5.1
Fixes
- Fix
language: pythonwithrepo: localwithoutadditional_dependencies.
- #3597 PR by
@asottile.pre-commit v4.5.0
Features
- Add
pre-commit hazmat.
- #3585 PR by
@asottile.pre-commit v4.4.0
Features
- Add
--fail-fastoption topre-commit run.
- #3528 PR by
@JulianMaurin.- Upgrade
ruby-build/rbenv.
- #3566 PR by
@asottile.- #3565 issue by
@MRigal.- Add
language: unsupported/language: unsupported_scriptas aliases forlanguage: system/language: script(which will eventually be deprecated).
- #3577 PR by
@asottile.- Add support docker-in-docker detection for cgroups v2.
- #3535 PR by
@br-rhrbacek.- #3360 issue by
@JasonAlt.Fixes
- Handle when docker gives
SecurityOptions: null.
- #3537 PR by
@asottile.- #3514 issue by
@jenstroeger.- Fix error context for invalid
stagesin.pre-commit-config.yaml.
- #3576 PR by
@asottile.pre-commit v4.3.0
Features
language: docker/language: docker_image: detect rootless docker.
- #3446 PR by
@matthewhughes934.- #1243 issue by
@dkolepp.language: julia: avoidstartup.jlwhen executing hooks.
- #3496 PR by
@ericphanson.language: dart: support latest dart versions which require a higher sdk lower bound.
Changelog
Sourced from pre-commit's changelog.
4.5.1 - 2025-12-16
Fixes
- Fix
language: pythonwithrepo: localwithoutadditional_dependencies.
- #3597 PR by
@asottile.4.5.0 - 2025-11-22
Features
- Add
pre-commit hazmat.
- #3585 PR by
@asottile.4.4.0 - 2025-11-08
Features
- Add
--fail-fastoption topre-commit run.
- #3528 PR by
@JulianMaurin.- Upgrade
ruby-build/rbenv.
- #3566 PR by
@asottile.- #3565 issue by
@MRigal.- Add
language: unsupported/language: unsupported_scriptas aliases forlanguage: system/language: script(which will eventually be deprecated).
- #3577 PR by
@asottile.- Add support docker-in-docker detection for cgroups v2.
- #3535 PR by
@br-rhrbacek.- #3360 issue by
@JasonAlt.Fixes
- Handle when docker gives
SecurityOptions: null.
- #3537 PR by
@asottile.- #3514 issue by
@jenstroeger.- Fix error context for invalid
stagesin.pre-commit-config.yaml.
- #3576 PR by
@asottile.4.3.0 - 2025-08-09
Features
language: docker/language: docker_image: detect rootless docker.
- #3446 PR by
@matthewhughes934.- #1243 issue by
@dkolepp.language: julia: avoidstartup.jlwhen executing hooks.
- #3496 PR by
@ericphanson.language: dart: support latest dart versions which require a higher sdk lower bound.
Commits
8a0630cv4.5.1fcbc745Merge pull request #3597 from pre-commit/empty-setup-py51592eefix python local template when artifact dirs are present67e8fafMerge pull request #3596 from pre-commit/pre-commit-ci-update-configc251e6b[pre-commit.ci] pre-commit autoupdate98ccafaMerge pull request #3593 from pre-commit/pre-commit-ci-update-config4895355[pre-commit.ci] pre-commit autoupdate2cedd58Merge pull request #3588 from pre-commit/pre-commit-ci-update-config465192d[pre-commit.ci] pre-commit autoupdatefd42f96Merge pull request #3586 from pre-commit/zipapp-sha256-file-not-needed- Additional commits viewable in compare view
Updates pyfakefs from 5.10.2 to 6.0.0
Release notes
Sourced from pyfakefs's releases.
pyfakefs release version 6.0.0
- removes some deprecated functionality
- removes support for Python < 3.10
- see the release notes for a list of changes
Changelog
Sourced from pyfakefs's changelog.
Version 6.0.0 (2025-12-21)
Removes some deprecated functionality, removes support for Python < 3.10.
Breaking Changes
- removed support for Python versions < 3.10; patch releases based on
pyfakefs5.10 supporting older versions may be made on demand- removed support for patching legacy modules
scandirandpathlib2- changed the default for
FakeFilesystem.shuffle_listdir_resultstoTrueto reflect the real filesystem behaviorChanges
- added some support for Python 3.15a3
Fixes
- fixes a problem with
Pathtype hints using the pipe symbol in wrapped functions inside anfsdependent fixture (see #1242)- fixes problem with new
coveragein Python 3.14 using the fake filesystem (see #1245)Documentation
- added project information to documentation pages
Infrastructure
- added CI tests for Python 3.15
Commits
fe83300Release 6.0.0326eaa3Pin myst-parser to latest version 4.0.1ff7d908Add project info to documentation42ad731Adapt to changes in Python 3.15a37613b9fAdd CI tests for Python 3.154a4dea8Make old, deprecated "import py" optional (#1257)f0794eeUpdate furo from 2025.7.19 to 2025.12.1909a1283Update pre-commit from 4.5.0 to 4.5.157e6dfe[pre-commit.ci] pre-commit autoupdate722ab00Bump actions/cache from 4 to 5- Additional commits viewable in compare view
Updates pytest-asyncio from 1.2.0 to 1.3.0
Release notes
Sourced from pytest-asyncio's releases.
pytest-asyncio 1.3.0
1.3.0 - 2025-11-10
Removed
- Support for Python 3.9 (#1278)
Added
- Support for pytest 9 (#1279)
Notes for Downstream Packagers
- Tested Python versions include free threaded Python 3.14t (#1274)
- Tests are run in the same pytest process, instead of spawning a subprocess with
pytest.Pytester.runpytest_subprocess. This prevents the test suite from accidentally using a system installation of pytest-asyncio, which could result in test errors. (#1275)
Commits
2e9695fdocs: Compile changelog for v1.3.0dd0e9badocs: Reference correct issue in news fragment.4c31abeBuild(deps): Bump nh3 from 0.3.1 to 0.3.213e9477Link to migration guides from changelog4d2cf3ctests: handle Python 3.14 DefaultEventLoopPolicy deprecation warningsee3549btest: Remove obsolete test for the event_loop fixture.7a67c82tests: Fix failing test by preventing warning conversion to error.a17b689test: add pytest config to isolated test directories18afc9dfix(tests): replace runpytest_subprocess with runpytestcdc6bd1Add support for pytest 9 and drop Python 3.9 support- Additional commits viewable in compare view
Updates pytest-cov from 6.1.1 to 7.0.0
Changelog
Sourced from pytest-cov's changelog.
7.0.0 (2025-09-09)
Dropped support for subprocesses measurement.
It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests. It relied on a
.pthfile, there was no way to opt-out and it created bad interations withcoverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>_ added in7.10 <https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>_.To migrate to this release you might need to enable the suprocess patch, example for
.coveragerc:.. code-block:: ini
[run] patch = subprocess
This release also requires at least coverage 7.10.6.
Switched packaging to have metadata completely in
pyproject.tomland usehatchling <https://pypi.org/project/hatchling/>_ for building. Contributed by Ofek Lev in[#551](https://github.com/pytest-dev/pytest-cov/issues/551) <https://github.com/pytest-dev/pytest-cov/pull/551>_ with some extras in[#716](https://github.com/pytest-dev/pytest-cov/issues/716) <https://github.com/pytest-dev/pytest-cov/pull/716>_.Removed some not really necessary testing deps like
six.6.3.0 (2025-09-06)
- Added support for markdown reports. Contributed by Marcos Boger in
[#712](https://github.com/pytest-dev/pytest-cov/issues/712) <https://github.com/pytest-dev/pytest-cov/pull/712>_ and[#714](https://github.com/pytest-dev/pytest-cov/issues/714) <https://github.com/pytest-dev/pytest-cov/pull/714>_.- Fixed some formatting issues in docs. Anonymous contribution in
[#706](https://github.com/pytest-dev/pytest-cov/issues/706) <https://github.com/pytest-dev/pytest-cov/pull/706>_.6.2.1 (2025-06-12)
Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.
Removed deprecated license classifier (packaging).
Disabled coverage warnings in two more situations where they have no value:
- "module-not-measured" in workers
- "already-imported" in subprocesses
6.2.0 (2025-06-11)
The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::
default:unclosed database in <sqlite3.Connection object at:ResourceWarning once::PytestCovWarning
... (truncated)
Commits
224d896Bump version: 6.3.0 → 7.0.073424e3Cleanup the docs a bit.36f1cc2Bump pins in template.f299c59Bump the github-actions group with 2 updates25f0b2eUpdate docs/config.rstbb23eacImprove configuration docsa19531eSwitch from build/pre-commit to uv/prek - this should make this faster.82f9993Update changelog.211b5cdFix links.97aadd7Update some ci config, reformat and apply some lint fixes.- Additional commits viewable in compare view
Updates pytest-deadfixtures from 2.2.1 to 3.1.0
Release notes
Sourced from pytest-deadfixtures's releases.
3.0.0
What's Changed
- Adds more test cases by
@burkestarin jllorencetti/pytest-deadfixtures#31- move ci from travis to gh-actions by
@jairhenriquein jllorencetti/pytest-deadfixtures#40- fix flak8 pre-commit url by
@jairhenriquein jllorencetti/pytest-deadfixtures#41- Add support for parametrize fixtures by
@jonatriosin jllorencetti/pytest-deadfixtures#38- Bump actions/checkout from 3 to 4 by
@dependabot[bot] in jllorencetti/pytest-deadfixtures#42- Bump codecov/codecov-action from 3 to 4 by
@dependabot[bot] in jllorencetti/pytest-deadfixtures#45- Bump actions/setup-python from 4 to 5 by
@dependabot[bot] in jllorencetti/pytest-deadfixtures#44- Bump codecov/codecov-action from 4 to 5 by
@dependabot[bot] in jllorencetti/pytest-deadfixtures#50- add support 3.12 and 3.13 python, min python set 3.8 by
@even-evenin jllorencetti/pytest-deadfixtures#51- Bump actions/setup-python from 5 to 6 by
@dependabot[bot] in jllorencetti/pytest-deadfixtures#53- Bump actions/checkout from 4 to 5 by
@dependabot[bot] in jllorencetti/pytest-deadfixtures#52- Run tests on supported Python versions by
@jairhenriquein jllorencetti/pytest-deadfixtures#54- add unused fixtures count by
@Ivan-Feofanovin jllorencetti/pytest-deadfixtures#36New Contributors
@burkestarmade their first contribution in jllorencetti/pytest-deadfixtures#31@jonatriosmade their first contribution in jllorencetti/pytest-deadfixtures#38@dependabot[bot] made their first contribution in jllorencetti/pytest-deadfixtures#42@even-evenmade their first contribution in jllorencetti/pytest-deadfixtures#51@Ivan-Feofanovmade their first contribution in jllorencetti/pytest-deadfixtures#36Full Changelog: https://github.com/jllorencetti/pytest-deadfixtures/compare/2.2.1...3.0.0
Changelog
Sourced from pytest-deadfixtures's changelog.
3.1.0
* Add `deadfixtures_ignore` decorator to ignore specific fixtures from being reported as unused3.0.0
- Drop support for Python 3.5
- Add support for Python 3.8 and 3.9
Commits
58fd817Remove license classifierfef94a5Add documentation for ignoring specific fixtures33a4a02Add support for ignoring specific fixtures7eae1aeFixes code formate6dbe8eadd unused fixtures count28605dcRun tests on supported Python versionsbdae857Bump actions/checkout from 4 to 5f5e6c4aBump actions/setup-python from 5 to 65abe1f1add support 3.12 and 3.13 python, min python set 3.8ff9bf35add support 3.12 and 3.13 python, min python set 3.8- Additional commits viewable in compare view
Updates pytest-mock from 3.14.1 to 3.15.1
Release notes
Sourced from pytest-mock's releases.
v3.15.1
2025-09-16
- #529: Fixed
itertools._tee object has no attribute error-- nowduplicate_iterators=Truemust be passed tomocker.spyto duplicate iterators.v3.15.0
2025-09-04
- Python 3.8 (EOL) is no longer supported.
- #524: Added
spy_return_itertomocker.spy, which contains a duplicate of the return value of the spied method if it is anIterator.
Changelog
Sourced from pytest-mock's changelog.
3.15.1
2025-09-16
[#529](https://github.com/pytest-dev/pytest-mock/issues/529) <https://github.com/pytest-dev/pytest-mock/issues/529>_: Fixeditertools._tee object has no attribute error-- nowduplicate_iterators=Truemust be passed tomocker.spyto duplicate iterators.3.15.0
2025-09-04
- Python 3.8 (EOL) is no longer supported.
[#524](https://github.com/pytest-dev/pytest-mock/issues/524) <https://github.com/pytest-dev/pytest-mock/pull/524>_: Addedspy_return_itertomocker.spy, which contains a duplicate of the return value of the spied method if it is anIterator.
Commits
e1b5c62Release 3.15.1184eb19Setspy_return_iteronly when explicitly requested (#537)4fa0088[pre-commit.ci] pre-commit autoupdate (#536)f5aff33Fix test failure with pytest 8+ and verbose mode (#535)adc4187Bump actions/setup-python from 5 to 6 in the github-actions group (#533)95ad570[pre-commit.ci] pre-commit autoupdate (#532)e696bf0Fix standalone mock support (#531)5b29b03Fix gen-release-notes script7d22ef4Merge pull request #528 from pytest-dev/release-3.15.090b29f8Update CHANGELOG for 3.15.0- Additional commits viewable in compare view
Updates pytest-randomly from 3.16.0 to 4.0.1
Changelog
Sourced from pytest-randomly's changelog.
4.0.1 (2025-09-12)
Remove the random state caching, which would grow without bound, leaking memory in long test runs. The caching was added to slightly speed up re-using the same (final) seed, but since the final seed is now different for each test, it has no effect.
PR [#690](https://github.com/pytest-dev/pytest-randomly/issues/690) <https://github.com/pytest-dev/pytest-randomly/issues/687>__.Modify Numpy seed restriction, replacing hashing with a modulo operation. The extra work to hash is unnecessary now that we generate a final seed per test with CRC32. This change saves ~500ns per test when Numpy is installed.
PR [#691](https://github.com/pytest-dev/pytest-randomly/issues/691) <https://github.com/pytest-dev/pytest-randomly/issues/691>__.4.0.0 (2025-09-10)
Support Python 3.14.
Use a different random seed per test, based on the test ID.
This change should mean that tests exercise more random data values in a given run, and that any randomly-generated identifiers have a lower chance of collision when stored in a shared resource like a database.
PR [#687](https://github.com/pytest-dev/pytest-randomly/issues/687) <https://github.com/pytest-dev/pytest-randomly/issues/687>. Thanks to Bryce Drennan for the suggestion inIssue [#600](https://github.com/pytest-dev/pytest-randomly/issues/600) <https://github.com/pytest-dev/pytest-randomly/issues/600>and initial implementation inPR [#617](https://github.com/pytest-dev/pytest-randomly/issues/617) <https://github.com/pytest-dev/pytest-randomly/pull/617>__.Move from MD5 to CRC32 for hashing test IDs, as it’s 5x faster and we don’t need cryptographic security.
Issue [#686](https://github.com/pytest-dev/pytest-randomly/issues/686) <https://github.com/pytest-dev/pytest-randomly/issues/686>__.
Commits
50de096Version 4.0.1f9406ecModify Numpy seed restriction (#691)22049aaRemove the random state caching (#690)ded2e54Version 4.0.0cb9b861Move from MD5 to CRC32 for hashing test IDs (#688)bd697bdUse a different random seed per test (#687)acadf46Generate default seed on demand (#685)f818056Support Python 3.14 (#684)456f787Drop unused import of xdiste00b782[pre-commit.ci] pre-commit autoupdate (#682)- Additional commits viewable in compare view
Updates pytest-reportportal from 5.5.2 to 5.6.0
Release notes
Sourced from pytest-reportportal's releases.
Release 5.6.0
Added
- Official
Python 3.14support, by@HardNorth- Issue #396 parametrize marker IDs, by
@HardNorth- Custom log level handling with
rp_log_custom_levelsconfiguration parameter, by@HardNorthChanged
- Client version updated on 5.7.0, by
@HardNorthRemoved
Python 3.8support, by@HardNorth- Deprecated
retriesparameter, by@HardNorthRelease 5.5.4
Added
- Return back deprecated
rp_log_batch_payload_sizeparameter for sake of backward compatibility, by@HardNorthNOTE: This is the last agent version which supports Python 3.8
Release 5.5.3
Added
- OAuth 2.0 Password Grant authentication, by
@HardNorthChanged
- Client version updated to 5.6.7, by
@HardNorthFixed
- Some configuration parameter names, which are different in the client, by
@HardNorthRemoved
rp_uuidparam support, as it was deprecated pretty while ago, by@HardNorth
Changelog
Sourced from pytest-reportportal's changelog.
[5.6.0]
Added
- Official
Python 3.14support, by@HardNorth- Issue #396 parametrize marker IDs, by
@HardNorth- Custom log level handling with
rp_log_custom_levelsconfiguration parameter, by@HardNorthChanged
- Client version updated on 5.7.0, by
@HardNorthRemoved
Python 3.8support, by@HardNorth- Deprecated
retriesparameter, by@HardNorth[5.5.4]
Added
- Return back deprecated
rp_log_batch_payload_sizeparameter for sake of backward compatibility, by@HardNorth[5.5.3]
Added
- OAuth 2.0 Password Grant authentication, by
@HardNorthChanged
- Client version updated to 5.6.7, by
@HardNorthFixed
- Some configuration parameter names, which are different in the client, by
@HardNorthRemoved
rp_uuidparam support, as it was deprecated pretty while ago, by@HardNorth
Commits
5c94b4bMerge pull request #406 from reportportal/develop655740cFix testsa7ac7ceFix tests10c3f46CHANGELOG.md update84dff8fAdd custom log level handlingf828c91Update types7c8496aImplements issue #3960887b2c.gitignore updatecb2ecf4Fix testsc59a1aaMinor version bump, Python 3.8 support remove, deprecated code remove- Additional commits viewable in compare view
Updates pytest-xdist from 3.6.1 to 3.8.0
Changelog
Sourced from pytest-xdist's changelog.
pytest-xdist 3.8.0 (2025-06-30)
Features
[#1083](https://github.com/pytest-dev/pytest-xdist/issues/1083) <https://github.com/pytest-dev/pytest-xdist/issues/1083>_: Add--no-loadscope-reorderand--loadscope-reorderoption to control whether to automatically reorder tests in loadscope for tests where relative ordering matters. This only applies when usingloadscope.For example, [test_file_1, test_file_2, ..., test_file_n] are given as input test files, if
--no-loadscope-reorderis used, for either worker, thetest_file_awill be executed beforetest_file_bonly ifa < b.The default behavior is to reorder the tests to maximize the number of tests that can be executed in parallel.
pytest-xdist 3.7.0 (2025-05-26)
Features
[#1142](https://github.com/pytest-dev/pytest-xdist/issues/1142) <https://github.com/pytest-dev/pytest-xdist/issues/1142>_: Added support for Python 3.13.
[#1144](https://github.com/pytest-dev/pytest-xdist/issues/1144) <https://github.com/pytest-dev/pytest-xdist/issues/1144>_: The internalstealcommand is now atomic - it unschedules either all requested tests or none.This is a prerequisite for group/scope support in the
workstealscheduler, so test groups won't be broken up incorrectly.
[#1170](https://github.com/pytest-dev/pytest-xdist/issues/1170) <https://github.com/pytest-dev/pytest-xdist/issues/1170>_: Add the--pxarg to create proxy gateways.Proxy gateways are passed to additional gateways using the
viakeyword. They can serve as a way to run multiple workers on remote machines.
[#1200](https://github.com/pytest-dev/pytest-xdist/issues/1200) <https://github.com/pytest-dev/pytest-xdist/issues/1200>_: Now multiplexdist_groupmarkers are considered when assigning tests to groups (order does not matter).Previously, only the last marker would assign a test to a group, but now if a test has multiple
xdist_groupmarks applied (for example via parametrization or via fixtures), they are merged to make a new group.Removals
[#1162](https://github.com/pytest-dev/pytest-xdist/issues/1162) <https://github.com/pytest-dev/pytest-xdist/issues/1162>_: Dropped support for EOL Python 3.8.Trivial Changes
[#1092](https://github.com/pytest-dev/pytest-xdist/issues/1092) <https://github.com/pytest-dev/pytest-xdist/issues/1092>_: Update an error message to better indicate where users should go for more information.
[#1190](https://github.com/pytest-dev/pytest-xdist/issues/1190) <https://github.com/pytest-dev/pytest-xdist/issues/1190>_: Switched to using a SPDX license identifier introduced in PEP 639.
Commits
1e3e4dcRelease 3.8.0600aad5Ensure all xdist group names are strings (#1216)9d7ba5bAdd--no-loadscope-reorderand--loadscope-reorderoptions (#1217)532f07fMerge pull request #1210 from pytest-dev/pre-commit-ci-update-config0883ad0Fix Path usage intest_rsync_roots_no_roots58a51bc[pre-commit.ci] pre-commit autoupdate59a2ad0Merge pull request #1220 from pytest-dev/dependabot/github_actions/github-act...d42b9c7build(deps): bump hynek/build-and-inspect-python-packageebfcb99Merge pull request #1206 from pytest-dev/release-3.7.023b7fd6[pre-commit.ci] pre-commit autoupdate (#1207)- Additional commits viewable in compare view
Updates responses from 0.25.7 to 0.25.8
Release notes
Sourced from responses's releases.
0.25.8
- Fix bug where the content type is always recorded as either text/plain or application/json. See #770
- Allow asserts on add_callback() matches. See ...
Description has been truncated
Package Dependencies
Technical Details
| ID: | 12926138 |
| UUID: | 3830734724 |
| Node ID: | PR_kwDOPUpNZM6-D6Z9 |
| Host: | GitHub |
| Repository: | softwareone-platform/mpt-api-python-client |