mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 06:34:13 +00:00
Revert "mycli: disable checking to fix build"
This reverts commitf12c5fd4b8
. The tests were broken because paramiko couldn't be imported, which was fixed by50d865aa19
.
This commit is contained in:
parent
1b6b0d4cac
commit
eb8c84f814
@ -38,9 +38,6 @@ buildPythonApplication rec {
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
'';
|
||||
|
||||
# fails at checkphase due to the below test paths
|
||||
# disabling it specifically does not work, so we disable checking altogether
|
||||
doCheck = false;
|
||||
disabledTestPaths = [
|
||||
"mycli/packages/paramiko_stub/__init__.py"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user