11 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-D0BDMhnhJO3xFcbDY4CMpvDhz6fRYNhrL7lHkwhtEpQ=";
27 propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [
37 # TypeError: FixtureManager.getfixtureclosure() missing 1 required positional argument: 'ignore_args'
38 "--ignore=docs/using.rst"
42 sed -i '/cov=public/d' pyproject.toml
45 pythonImportsCheck = [
50 description = "Python decorator and function which populates a module's __all__ and globals";
51 homepage = "https://public.readthedocs.io/";
53 This is a very simple decorator and function which populates a module's
54 __all__ and optionally the module globals.
56 license = licenses.asl20;
57 maintainers = with maintainers; [ eadwu ];