pythonPackages.pytest-celery: remove unused inputs, add empty maintainer

This commit is contained in:
Sandro Jäckel 2021-06-03 17:02:47 +02:00
parent 6a9a6b95c8
commit 86d21294bf
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pytest, setuptools-scm }:
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "pytest-celery";
@ -17,5 +17,6 @@ buildPythonPackage rec {
description = "pytest plugin for unittest subTest() support and subtests fixture";
homepage = "https://github.com/pytest-dev/pytest-subtests";
license = licenses.mit;
maintainers = [ ];
};
}