python311Packages.ipython: test with pytest_7

The ipython test suite regressed with pytest 8.0.2, so we're giving it
so more time to adapt.
This commit is contained in:
Martin Weinelt 2024-03-09 13:11:35 +01:00
parent 5d8de91a9f
commit 0d20abd4e4

View File

@ -23,6 +23,7 @@
, pickleshare
, pytest-asyncio
, pytestCheckHook
, pytest_7
, testpath
}:
@ -71,7 +72,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pickleshare
pytest-asyncio
pytestCheckHook
(pytestCheckHook.override { pytest = pytest_7; })
testpath
];