pythonPackages.pytest-black: Disable tests

This commit is contained in:
Sandro Jäckel 2020-12-23 20:53:42 +01:00
parent 6481892b07
commit 55f2b8026f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -18,6 +18,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ black pytest toml ];
# does not contain tests
doCheck = false;
pythonImportsCheck = [ "pytest_black" ];
meta = with lib; {