python3Packages.adjusttext: add doCheck

This commit is contained in:
Fabian Affolter 2021-09-24 08:55:46 +02:00 committed by GitHub
parent 975d350d51
commit 5b1ce387db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,6 +18,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ matplotlib numpy ];
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "adjustText" ];
meta = with lib; {