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

View File

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