python3Packages.pytest-shared-session-scope: 0.5.0 -> 0.5.1

Update to work with pytest-xdist >= 3.7.0.
changelog: https://github.com/StefanBRas/pytest-shared-session-scope/releases/tag/v0.5.1
This commit is contained in:
Sarah Clark
2025-08-27 18:25:18 -07:00
parent 1eeef5daf4
commit e9a76a7bfa
@@ -13,22 +13,16 @@
buildPythonPackage rec {
pname = "pytest-shared-session-scope";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "StefanBRas";
repo = "pytest-shared-session-scope";
tag = "v${version}";
hash = "sha256-/26iwaV6E15TWrObIvXE4AipEboe1gv6WYu4BndPtUs=";
hash = "sha256-HB8RuF/+BmW3KBZ7C8EpUMuBntvcjSsrkLUiBvPwcf8=";
};
postPatch = ''
# https://github.com/StefanBRas/pytest-shared-session-scope/issues/39
substituteInPlace src/pytest_shared_session_scope/_scheduler.py \
--replace-fail parse_spec_config parse_tx_spec_config
'';
build-system = [ hatchling ];
dependencies = [