1 { lib, buildPythonPackage, fetchPypi, pytest, setuptools_scm }:
3 buildPythonPackage rec {
4 pname = "pytest-celery";
9 sha256 = "0qifwi7q8dfwbzz2vm5m40lw23qh2fzibngbmw6qgwnkq8bhh3iy";
12 patches = [ ./no-celery.patch ];
14 doCheck = false; # This package has nothing to test or import.
17 description = "pytest plugin for unittest subTest() support and subtests fixture";
18 homepage = "https://github.com/pytest-dev/pytest-subtests";
19 license = licenses.mit;