python311Packages.alembic: test with pytest_7

This commit is contained in:
Martin Weinelt 2024-03-24 10:46:00 +01:00
parent b984244adb
commit 885b5666f2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
, typing-extensions
# tests
, pytestCheckHook
, pytest7CheckHook
, pytest-xdist
, python-dateutil
}:
@ -49,7 +49,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytestCheckHook
pytest7CheckHook
pytest-xdist
python-dateutil
];