Merge pull request #125510 from SuperSandro2000/pytest-celery

pythonPackages.pytest-celery: remove unused inputs, add empty maintainer
This commit is contained in:
Sandro 2021-06-03 17:33:34 +02:00 committed by GitHub
commit 4f474c7c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [ ];
};
}