pythonPackages.pytest-black: Disable tests
This commit is contained in:
parent
6481892b07
commit
55f2b8026f
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ black pytest toml ];
|
||||
|
||||
# does not contain tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "pytest_black" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue