python3Packages.graphql-core: Pass py as checkInput
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user