python3Packages.apscheduler: pin pytest 8.3

Changed files
+6 -2
pkgs
development
python-modules
apscheduler
+6 -2
pkgs/development/python-modules/apscheduler/default.nix
···
pytest-asyncio,
pytest-cov-stub,
pytest-tornado,
-
pytestCheckHook,
+
pytest8_3CheckHook,
pythonOlder,
pytz,
setuptools,
···
hash = "sha256-tFEm9yXf8CqcipSYtM7JM6WQ5Qm0YtgWhZvZOBAzy+w=";
};
+
postPatch = ''
+
sed -i "/addopts/d" pyproject.toml
+
'';
+
build-system = [
setuptools
setuptools-scm
···
pytest-asyncio
pytest-cov-stub
pytest-tornado
-
pytestCheckHook
+
pytest8_3CheckHook
pytz
tornado
twisted