Clone
1
run 2390 TEST commit ae5ccfd
ci-bot edited this page 2025-08-17 11:59:58 +00:00

Test Report

View CI Run 2390 | Commit ae5ccfd

🧪 Test Report

Generated on 2025-08-17 13:59:33 CEST

🧾 General Info

  • duration: 5.253557920455933
  • root: /workspace/tligui_y/slic
  • environment: {}

📋 Summary

  • Error: 7
  • Total: 7
  • Collected: 7

🔎 Tests

Error (7)
  • 📄 test_utils_dbusnotify.py

    Function: test_notify_create

    • Test 1

      📌 Setup phase

      duration:

      0.32036322727799416
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 26
      message: TypeError: cannot unpack non-iterable Popen object
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 26
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # Lance un bus de session et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
      >       p_mock, obj = _DBusEnv.spawn_server(
                  'org.freedesktop.Notifications',
                  '/org/freedesktop/Notifications',
                  'org.freedesktop.Notifications',
                  False,        # system_bus
                  None          # stdout
              )
      E       TypeError: cannot unpack non-iterable Popen object
      
      tests/test_utils_dbusnotify.py:26: TypeError
      

      📌 Teardown phase

      duration:

      0.0003533540293574333
      

      outcome:

      passed
      

    Function: test_notify_update

    • Test 2

      📌 Setup phase

      duration:

      0.0002073468640446663
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 26
      message: TypeError: cannot unpack non-iterable Popen object
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 26
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # Lance un bus de session et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
      >       p_mock, obj = _DBusEnv.spawn_server(
                  'org.freedesktop.Notifications',
                  '/org/freedesktop/Notifications',
                  'org.freedesktop.Notifications',
                  False,        # system_bus
                  None          # stdout
              )
      E       TypeError: cannot unpack non-iterable Popen object
      
      tests/test_utils_dbusnotify.py:26: TypeError
      

      📌 Teardown phase

      duration:

      0.00019710185006260872
      

      outcome:

      passed
      

    Function: test_get_server_info

    • Test 3

      📌 Setup phase

      duration:

      0.00018481630831956863
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 26
      message: TypeError: cannot unpack non-iterable Popen object
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 26
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # Lance un bus de session et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
      >       p_mock, obj = _DBusEnv.spawn_server(
                  'org.freedesktop.Notifications',
                  '/org/freedesktop/Notifications',
                  'org.freedesktop.Notifications',
                  False,        # system_bus
                  None          # stdout
              )
      E       TypeError: cannot unpack non-iterable Popen object
      
      tests/test_utils_dbusnotify.py:26: TypeError
      

      📌 Teardown phase

      duration:

      0.00022130971774458885
      

      outcome:

      passed
      

    Function: test_get_capabilities

    • Test 4

      📌 Setup phase

      duration:

      0.0002376306802034378
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 26
      message: TypeError: cannot unpack non-iterable Popen object
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 26
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # Lance un bus de session et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
      >       p_mock, obj = _DBusEnv.spawn_server(
                  'org.freedesktop.Notifications',
                  '/org/freedesktop/Notifications',
                  'org.freedesktop.Notifications',
                  False,        # system_bus
                  None          # stdout
              )
      E       TypeError: cannot unpack non-iterable Popen object
      
      tests/test_utils_dbusnotify.py:26: TypeError
      

      📌 Teardown phase

      duration:

      0.0003006700426340103
      

      outcome:

      passed
      

    Function: test_notify_and_close

    • Test 5

      📌 Setup phase

      duration:

      0.00018851598724722862
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 26
      message: TypeError: cannot unpack non-iterable Popen object
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 26
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # Lance un bus de session et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
      >       p_mock, obj = _DBusEnv.spawn_server(
                  'org.freedesktop.Notifications',
                  '/org/freedesktop/Notifications',
                  'org.freedesktop.Notifications',
                  False,        # system_bus
                  None          # stdout
              )
      E       TypeError: cannot unpack non-iterable Popen object
      
      tests/test_utils_dbusnotify.py:26: TypeError
      

      📌 Teardown phase

      duration:

      0.00016527902334928513
      

      outcome:

      passed
      

    Function: test_notify_invalid_value

    • Test 6

      📌 Setup phase

      duration:

      0.00017023785039782524
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 26
      message: TypeError: cannot unpack non-iterable Popen object
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 26
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # Lance un bus de session et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
      >       p_mock, obj = _DBusEnv.spawn_server(
                  'org.freedesktop.Notifications',
                  '/org/freedesktop/Notifications',
                  'org.freedesktop.Notifications',
                  False,        # system_bus
                  None          # stdout
              )
      E       TypeError: cannot unpack non-iterable Popen object
      
      tests/test_utils_dbusnotify.py:26: TypeError
      

      📌 Teardown phase

      duration:

      0.00016072113066911697
      

      outcome:

      passed
      

    Function: test_convert_dbus_strings

    • Test 7

      📌 Setup phase

      duration:

      0.00017516687512397766
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 26
      message: TypeError: cannot unpack non-iterable Popen object
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 26
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # Lance un bus de session et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
      >       p_mock, obj = _DBusEnv.spawn_server(
                  'org.freedesktop.Notifications',
                  '/org/freedesktop/Notifications',
                  'org.freedesktop.Notifications',
                  False,        # system_bus
                  None          # stdout
              )
      E       TypeError: cannot unpack non-iterable Popen object
      
      tests/test_utils_dbusnotify.py:26: TypeError
      

      📌 Teardown phase

      duration:

      0.00030954228714108467
      

      outcome:

      passed
      

📚 Collected files

(1 tests)
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_dbusnotify.py
      type: Module
    
tests (3 tests)
  • tests/test_utils_dbusnotify.py
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_dbusnotify.py::DBusTestCase
      type: UnitTestCase
    -   nodeid: tests/test_utils_dbusnotify.py::_DBusEnv
      type: UnitTestCase
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_create
      type: Function
      lineno: 51
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_update
      type: Function
      lineno: 61
    -   nodeid: tests/test_utils_dbusnotify.py::test_get_server_info
      type: Function
      lineno: 72
    -   nodeid: tests/test_utils_dbusnotify.py::test_get_capabilities
      type: Function
      lineno: 82
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_and_close
      type: Function
      lineno: 96
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_invalid_value
      type: Function
      lineno: 107
    -   nodeid: tests/test_utils_dbusnotify.py::test_convert_dbus_strings
      type: Function
      lineno: 111
    
    • tests/test_utils_dbusnotify.py::DBusTestCase
      • Outcome: passed
      • result:
      []
      
    • tests/test_utils_dbusnotify.py::_DBusEnv
      • Outcome: passed
      • result:
      []
      

⚠️ Warnings

Warnings nº1
message: invalid escape sequence \-
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/bsread/h5.py
lineno: 207
Warnings nº2
message: The module numpy.dual is deprecated.  Instead of using dual, use the functions directly from numpy or scipy.
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/scipy/fft/__init__.py
lineno: 97