Skip to content

Commit

Permalink
pythonPackages.pytest-black: Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 23, 2020
1 parent 6481892 commit 55f2b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pytest-black/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ buildPythonPackage rec {

propagatedBuildInputs = [ black pytest toml ];

# does not contain tests
doCheck = false;
pythonImportsCheck = [ "pytest_black" ];

meta = with lib; {
Expand Down

0 comments on commit 55f2b80

Please sign in to comment.