10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 sha256 = "48432b01d91913451c3512c5b90e31b0f348f1074b166a3431085eb70d784fb1";
22 propagatedBuildInputs = [
27 # No real unittests, only coverage
30 pythonImportsCheck = [
35 homepage = "https://github.com/celery/case";
36 description = "Utilities for unittests handling";
37 license = licenses.bsd3;
38 maintainers = with maintainers; [ ];