python3Packages.Fabric: disable tests
This commit is contained in:
parent
ab4f2ad832
commit
5aaefb541b
@ -19,9 +19,13 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ invoke paramiko cryptography ];
|
propagatedBuildInputs = [ invoke paramiko cryptography ];
|
||||||
checkInputs = [ pytest mock pytest-relaxed ];
|
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 = ''
|
checkPhase = ''
|
||||||
pytest tests
|
pytest tests
|
||||||
'';
|
'';
|
||||||
|
pythonImportsCheck = [ "fabric" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Pythonic remote execution";
|
description = "Pythonic remote execution";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user