Skip to content

Commit

Permalink
pythonPackages.backports_unittest-mock: Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 23, 2020
1 parent 49ca694 commit 6481892
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ buildPythonPackage rec {

buildInputs = [ setuptools_scm ];

# does not contain tests
doCheck = false;
pythonImportsCheck = [ "backports.unittest_mock" ];

meta = with stdenv.lib; {
description = "Provides a function install() which makes the mock module";
homepage = "https://github.com/jaraco/backports.unittest_mock";
license = licenses.mit;
maintainers = with maintainers; [ SuperSandro2000 ];
};
}

0 comments on commit 6481892

Please sign in to comment.