mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
pythonPackages.pytest-black: Disable tests
This commit is contained in:
parent
6481892b07
commit
55f2b8026f
@ -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 New Issue
Block a user