pythonPackages.pytest-black: Disable tests
This commit is contained in:
parent
6481892b07
commit
55f2b8026f
@ -18,6 +18,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ black pytest toml ];
|
propagatedBuildInputs = [ black pytest toml ];
|
||||||
|
|
||||||
|
# does not contain tests
|
||||||
|
doCheck = false;
|
||||||
pythonImportsCheck = [ "pytest_black" ];
|
pythonImportsCheck = [ "pytest_black" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user