python3Packages.graphql-core: Pass py as checkInput

This commit is contained in:
Martin Weinelt
2023-01-05 13:20:44 +01:00
parent 5e7a3f8639
commit 5d16d1bde1
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, py
, pytest-benchmark
, pytest-asyncio
, pytestCheckHook
@@ -22,6 +23,7 @@ buildPythonPackage rec {
};
checkInputs = [
py
pytest-asyncio
pytest-benchmark
pytestCheckHook