Tested with: Python >= 3.0 ... 3.4.3.final.0 PyQt5 >= 5.0 ... 5.5.1 Qt5 >= 5.0 ... 5.6.1
Problem not reproducible on my machine -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1603702 Title: no compatible signature for decorated function in projector test Status in OpenLP: New Bug description: Trunk on superfly machine ====================================================================== ERROR: test_source_select_edit_button (tests.interfaces.openlp_core_ui.test_projectorsourceform.ProjectorSourceFormTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched return func(*args, **keywargs) File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/tests/interfaces/openlp_core_ui/test_projectorsourceform.py", line 132, in test_source_select_edit_button select_form.exec(projector=self.projector) File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/openlp/core/ui/projector/sourceselectform.py", line 448, in exec self.button_box.clicked.connect(self.button_clicked) TypeError: decorated slot has no signature compatible with clicked(QAbstractButton*) ====================================================================== ERROR: test_source_select_noedit_button (tests.interfaces.openlp_core_ui.test_projectorsourceform.ProjectorSourceFormTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched return func(*args, **keywargs) File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/tests/interfaces/openlp_core_ui/test_projectorsourceform.py", line 152, in test_source_select_noedit_button select_form.exec(projector=self.projector) File "/home/raoul/Projects/OpenLP/OpenLP/permission-error/openlp/core/ui/projector/sourceselectform.py", line 448, in exec self.button_box.clicked.connect(self.button_clicked) TypeError: decorated slot has no signature compatible with clicked(QAbstractButton*) To manage notifications about this bug go to: https://bugs.launchpad.net/openlp/+bug/1603702/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

