python312Packages.pytest-relaxed drop invocation dependency

This commit is contained in:
Sigmanificient 2024-08-20 23:40:24 +02:00
parent 6db07cb07a
commit 59147201a7

View File

@ -3,7 +3,6 @@
buildPythonPackage,
decorator,
fetchPypi,
invocations,
invoke,
pytest,
pytestCheckHook,
@ -27,7 +26,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ decorator ];
nativeCheckInputs = [
invocations
invoke
pytestCheckHook
];