python3Packages.Fabric: disable tests

wip/yesman
Jonathan Ringer 4 years ago
parent ab4f2ad832
commit 5aaefb541b
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 4
      pkgs/development/python-modules/Fabric/default.nix

@ -19,9 +19,13 @@ buildPythonPackage rec {
propagatedBuildInputs = [ invoke paramiko cryptography ];
checkInputs = [ pytest mock pytest-relaxed ];
# requires pytest_relaxed, which doesnt have official support for pytest>=5
# https://github.com/bitprophet/pytest-relaxed/issues/12
doCheck = false;
checkPhase = ''
pytest tests
'';
pythonImportsCheck = [ "fabric" ];
meta = with lib; {
description = "Pythonic remote execution";

Loading…
Cancel
Save