Merge pull request #305822 from pbsds/fix-normcap-1713727272

normcap: unbreak by disabling failing tests
This commit is contained in:
Peder Bergebakken Sundt 2024-04-22 21:18:23 +02:00 committed by GitHub
commit e9007839c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,8 @@ ps.buildPythonApplication rec {
disabledTests = [
# requires a wayland session (no xclip support)
"test_wl_copy"
# RuntimeError: Please destroy the QApplication singleton before creating a new QApplication instance
"test_get_application"
# times out, unknown why
"test_update_checker_triggers_checked_signal"
# touches network
@ -124,6 +126,9 @@ ps.buildPythonApplication rec {
"tests/tests_gui/test_downloader.py"
# fails to import, causes pytest to freeze
"tests/tests_gui/test_language_manager.py"
# RuntimeError("Internal C++ object (PySide6.QtGui.QHideEvent) already deleted.")
# AttributeError("'LoadingIndicator' object has no attribute 'timer'")
"tests/tests_gui/test_loading_indicator.py"
] ++ lib.optionals stdenv.isDarwin [
# requires a display
"tests/integration/test_normcap.py"