[New-bugs-announce] [issue41009] @support.requires_*_version broken for classes

Christian Heimes report at bugs.python.org
Wed Jun 17 11:20:43 EDT 2020


New submission from Christian Heimes <lists at cheimes.de>:

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.

----------
components: Tests
messages: 371752
nosy: christian.heimes
priority: high
severity: normal
status: open
title: @support.requires_*_version broken for classes
versions: Python 3.10, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41009>
_______________________________________


More information about the New-bugs-announce mailing list