python3Packages.matrix-nio: Pass py into checkInputs

This commit is contained in:
Martin Weinelt 2023-01-02 22:03:57 +01:00
parent 9f4bff5a35
commit 1b9872b497

View file

@ -18,6 +18,7 @@
, jsonschema , jsonschema
, peewee , peewee
, poetry-core , poetry-core
, py
, pycryptodome , pycryptodome
, pytest-aiohttp , pytest-aiohttp
, pytest-benchmark , pytest-benchmark
@ -73,6 +74,7 @@ buildPythonPackage rec {
aioresponses aioresponses
faker faker
hypothesis hypothesis
py
pytest-aiohttp pytest-aiohttp
pytest-benchmark pytest-benchmark
pytestCheckHook pytestCheckHook