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
, toolz
, multipledispatch
, py
, pytestCheckHook
, pytest-html
, pytest-benchmark
@ -25,6 +26,7 @@ buildPythonPackage rec {
];
checkInputs = [
py
pytestCheckHook
pytest-html
pytest-benchmark # Needed for the `--benchmark-skip` flag