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-relay
, promise
, py
, pytest-asyncio
, pytest-benchmark
, pytest-mock
@ -37,6 +38,7 @@ buildPythonPackage rec {
checkInputs = [
promise
py
pytestCheckHook
pytest-asyncio
pytest-benchmark