Message341855
| Author | xtreak |
|---|---|
| Recipients | cjw296, mariocj89, michael.foord, xtreak |
| Date | 2019-05-08.06:57:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1557298633.85.0.260410761482.issue36848@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
With issue17185 __signature__ was set so that inspect can use this to return signature for mock objects. But in PySide2 it has __signature__ set as a non-writeable property and hence trying to set __signature__ fails. It's actually setting __signature__ for mocked object but still has this error for PySide. mock backport report : https://github.com/testing-cabal/mock/issues/464 pytest-qt report : https://github.com/pytest-dev/pytest-qt/issues/258 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-08 06:57:13 | xtreak | set | recipients: + xtreak, cjw296, michael.foord, mariocj89 |
| 2019-05-08 06:57:13 | xtreak | set | messageid: <1557298633.85.0.260410761482.issue36848@roundup.psfhosted.org> |
| 2019-05-08 06:57:13 | xtreak | link | issue36848 messages |
| 2019-05-08 06:57:13 | xtreak | create | |