mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
lomiri.morph-browser: Skip lint tests
This commit is contained in:
parent
dc0b27ef05
commit
48e5ed9ad1
1 changed files with 3 additions and 4 deletions
|
@ -11,7 +11,6 @@
|
|||
, lomiri-ui-extras
|
||||
, lomiri-ui-toolkit
|
||||
, pkg-config
|
||||
, python3
|
||||
, qqc2-suru-style
|
||||
, qtbase
|
||||
, qtdeclarative
|
||||
|
@ -91,9 +90,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
(python3.withPackages (ps: with ps; [
|
||||
flake8
|
||||
]))
|
||||
xvfb-run
|
||||
];
|
||||
|
||||
|
@ -101,6 +97,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
(lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" (lib.concatStringsSep ";" [
|
||||
# Exclude tests
|
||||
"-E" (lib.strings.escapeShellArg "(${lib.concatStringsSep "|" [
|
||||
# Don't care about linter failures
|
||||
"^flake8"
|
||||
|
||||
# Runs into ShapeMaterial codepath in lomiri-ui-toolkit which needs OpenGL, see LUITK for details
|
||||
"^tst_QmlTests"
|
||||
]})")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue