mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
tests.pyqt5: Disable test
It takes 1.5hrs+ to complete from scratch on CI.
This commit is contained in:
parent
9cf8336e27
commit
985092420a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ builtins.removeAttrs
|
|||
inherit poetry;
|
||||
inherit (pkgs) postgresql;
|
||||
};
|
||||
pyqt5 = skipOSX (callTest ./pyqt5 { });
|
||||
# pyqt5 = skipOSX (callTest ./pyqt5 { });
|
||||
eggs = callTest ./eggs { };
|
||||
extras = callTest ./extras { };
|
||||
source-filter = callTest ./source-filter { };
|
||||
|
|
Loading…
Add table
Reference in a new issue