python3Packages.graphene: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2022-12-31 15:36:15 +01:00
parent f6eecc04ee
commit f9dc9d540a

View file

@ -5,6 +5,7 @@
, graphql-core , graphql-core
, graphql-relay , graphql-relay
, promise , promise
, py
, pytest-asyncio , pytest-asyncio
, pytest-benchmark , pytest-benchmark
, pytest-mock , pytest-mock
@ -37,6 +38,7 @@ buildPythonPackage rec {
checkInputs = [ checkInputs = [
promise promise
py
pytestCheckHook pytestCheckHook
pytest-asyncio pytest-asyncio
pytest-benchmark pytest-benchmark