mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
pythonPackages.keyrings-alt: disable tests
They heavily rely on the keyring package test suite
This commit is contained in:
parent
310555b281
commit
a7d6b1620b
@ -21,10 +21,16 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytest keyring ] ++ stdenv.lib.optional (pythonOlder "3.3") backports_unittest-mock;
|
||||
|
||||
# heavily relies on importing tests from keyring package
|
||||
doCheck = false;
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
"keyrings.alt"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.mit;
|
||||
description = "Alternate keyring implementations";
|
||||
|
Loading…
Reference in New Issue
Block a user