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