We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python-3.11-PyQt6-macos-latest
Run coverage run -m unittest discover -s tests -v coverage run -m unittest discover -s tests -v shell: /bin/bash -e {0} env: pythonLocation: /Users/runner/hostedtoolcache/Python/3.11.1/x64 PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.11.1/x64/lib/pkgconfig Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.11.1/x64 Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.11.1/x64 Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.11.1/x64 TEST_QT_MODULE: PyQt6 PYTHONPATH: src ... ====================================================================== FAIL: test_multiple_senders (test_signal.TestMultiSignal.test_multiple_senders) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/runner/work/qtinter/qtinter/tests/test_signal.py", line 216, in test_multiple_senders self.assertEqual(result, [('A', ()), ('A', ()), (4, ())]) AssertionError: Lists differ: [('A', ()), ('A', ()), (4, ()), ('A', ())] != [('A', ()), ('A', ()), (4, ())] First list contains 1 additional elements. First extra element 3: ('A', ()) - [('A', ()), ('A', ()), (4, ()), ('A', ())] ? ----------- + [('A', ()), ('A', ()), (4, ())] ---------------------------------------------------------------------- Ran 125 tests in 23.475s FAILED (failures=1, skipped=10)
The text was updated successfully, but these errors were encountered:
The same error occurred in tests #313: Python-3.7-PyQt6-macos-latest
Sorry, something went wrong.
No branches or pull requests
Python-3.11-PyQt6-macos-latest
The text was updated successfully, but these errors were encountered: