python311Packages.barectf: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 23:43:24 +01:00
parent 38edccbcb4
commit aa83e77739
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 6 deletions

View File

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, pytestCheckHook
, pytest7CheckHook
, pythonRelaxDepsHook
, setuptools
, jsonschema
@ -47,11 +47,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
pytest7CheckHook
];
meta = with lib; {