lol

python3Packages.adjusttext: add doCheck

authored by

Fabian Affolter and committed by
GitHub
5b1ce387 975d350d

+3
+3
pkgs/development/python-modules/adjusttext/default.nix
··· 18 18 19 19 propagatedBuildInputs = [ matplotlib numpy ]; 20 20 21 + # Project has no tests 22 + doCheck = false; 23 + 21 24 pythonImportsCheck = [ "adjustText" ]; 22 25 23 26 meta = with lib; {