python3Packages.fs: disable tests due to cyclic dependencies with parameterized
This commit is contained in:
@@ -28,6 +28,9 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
buildInputs = [ glibcLocales ];
|
||||
|
||||
# strong cycle with paramaterized
|
||||
doCheck = false;
|
||||
checkInputs = [ pyftpdlib mock psutil pytestCheckHook ];
|
||||
propagatedBuildInputs = [ six appdirs pytz ]
|
||||
++ lib.optionals (!isPy3k) [ backports_os ]
|
||||
|
||||
Reference in New Issue
Block a user