python3Packages.graphql-core: Pass py as checkInput

This commit is contained in:
Martin Weinelt 2022-12-31 02:51:24 +01:00
parent 5e7a3f8639
commit 5d16d1bde1

View file

@ -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