mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +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-extras
|
||||||
, lomiri-ui-toolkit
|
, lomiri-ui-toolkit
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python3
|
|
||||||
, qqc2-suru-style
|
, qqc2-suru-style
|
||||||
, qtbase
|
, qtbase
|
||||||
, qtdeclarative
|
, qtdeclarative
|
||||||
|
@ -91,9 +90,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
(python3.withPackages (ps: with ps; [
|
|
||||||
flake8
|
|
||||||
]))
|
|
||||||
xvfb-run
|
xvfb-run
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -101,6 +97,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
(lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" (lib.concatStringsSep ";" [
|
(lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" (lib.concatStringsSep ";" [
|
||||||
# Exclude tests
|
# Exclude tests
|
||||||
"-E" (lib.strings.escapeShellArg "(${lib.concatStringsSep "|" [
|
"-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
|
# Runs into ShapeMaterial codepath in lomiri-ui-toolkit which needs OpenGL, see LUITK for details
|
||||||
"^tst_QmlTests"
|
"^tst_QmlTests"
|
||||||
]})")
|
]})")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue