python3Packages.apscheduler: pin pytest 8.3
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
pytest-asyncio,
|
pytest-asyncio,
|
||||||
pytest-cov-stub,
|
pytest-cov-stub,
|
||||||
pytest-tornado,
|
pytest-tornado,
|
||||||
pytestCheckHook,
|
pytest8_3CheckHook,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
pytz,
|
pytz,
|
||||||
setuptools,
|
setuptools,
|
||||||
@@ -31,6 +31,10 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-tFEm9yXf8CqcipSYtM7JM6WQ5Qm0YtgWhZvZOBAzy+w=";
|
hash = "sha256-tFEm9yXf8CqcipSYtM7JM6WQ5Qm0YtgWhZvZOBAzy+w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -i "/addopts/d" pyproject.toml
|
||||||
|
'';
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
setuptools
|
setuptools
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
@@ -45,7 +49,7 @@ buildPythonPackage rec {
|
|||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
pytest-cov-stub
|
pytest-cov-stub
|
||||||
pytest-tornado
|
pytest-tornado
|
||||||
pytestCheckHook
|
pytest8_3CheckHook
|
||||||
pytz
|
pytz
|
||||||
tornado
|
tornado
|
||||||
twisted
|
twisted
|
||||||
|
|||||||
Reference in New Issue
Block a user