python3Packages.logical-unification: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2023-01-03 16:04:57 +01:00
parent ca3f9b7326
commit a974783a79

View file

@ -3,6 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, toolz , toolz
, multipledispatch , multipledispatch
, py
, pytestCheckHook , pytestCheckHook
, pytest-html , pytest-html
, pytest-benchmark , pytest-benchmark
@ -25,6 +26,7 @@ buildPythonPackage rec {
]; ];
checkInputs = [ checkInputs = [
py
pytestCheckHook pytestCheckHook
pytest-html pytest-html
pytest-benchmark # Needed for the `--benchmark-skip` flag pytest-benchmark # Needed for the `--benchmark-skip` flag