This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:13xtreaksetrecipients: + xtreak, cjw296, michael.foord, mariocj89
2019-05-08 06:57:13xtreaksetmessageid: <1557298633.85.0.260410761482.issue36848@roundup.psfhosted.org>
2019-05-08 06:57:13xtreaklinkissue36848 messages
2019-05-08 06:57:13xtreakcreate