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 christian.heimes
Recipients christian.heimes
Date 2020-06-17.15:20:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592407243.92.0.831664912584.issue41009@roundup.psfhosted.org>
In-reply-to
Content
The decorators requires_linux_version, requires_freebsd_version, and requires_mac_ver don't work as class decorators. Decorated classes are ignored completely and not used in tests. The problem affects a couple of tests in test_os and maybe more cases.
History
Date User Action Args
2020-06-17 15:20:43christian.heimessetrecipients: + christian.heimes
2020-06-17 15:20:43christian.heimessetmessageid: <1592407243.92.0.831664912584.issue41009@roundup.psfhosted.org>
2020-06-17 15:20:43christian.heimeslinkissue41009 messages
2020-06-17 15:20:43christian.heimescreate