devpi-server: Pass py into checkInputs to fix tests

and set format.
This commit is contained in:
Martin Weinelt 2022-12-30 17:24:44 +01:00
parent 86a151563d
commit 57eb9f0681

View File

@ -11,6 +11,7 @@
, passlib
, platformdirs
, pluggy
, py
, pyramid
, pytestCheckHook
, repoze_lru
@ -24,6 +25,7 @@
buildPythonApplication rec {
pname = "devpi-server";
version = "6.7.0";
format = "setuptools";
disabled = isPy27;
@ -62,6 +64,7 @@ buildPythonApplication rec {
checkInputs = [
beautifulsoup4
nginx
py
pytestCheckHook
webtest
];