python3Packages.graphene: Pass py into checkInputs
This commit is contained in:
parent
f6eecc04ee
commit
f9dc9d540a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user