python3Packages.pytest-shared-session-scope: fix compatibility with pytest-xdist 3.7.0 (#437613)

This commit is contained in:
dotlambda
2025-08-27 13:57:08 -07:00
committed by GitHub
@@ -23,6 +23,12 @@ buildPythonPackage rec {
hash = "sha256-/26iwaV6E15TWrObIvXE4AipEboe1gv6WYu4BndPtUs=";
};
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 = [