python311Packages.hid-parser: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-24 22:04:18 +01:00
parent 91b95f5b1e
commit 4607bde202
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
, fetchPypi
, setuptools
, pytestCheckHook
, pytest7CheckHook
, hypothesis
}:
@ -21,14 +21,10 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytestCheckHook
pytest7CheckHook
hypothesis
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
pythonImportsCheck = [ "hid_parser" ];
meta = with lib; {