mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Drop support of FreeBSD 9 and older.
This commit is contained in:
parent
b0a7a037b8
commit
13ff24582c
18 changed files with 23 additions and 108 deletions
|
@ -138,7 +138,6 @@ class ResourceTest(unittest.TestCase):
|
|||
with contextlib.suppress(AttributeError):
|
||||
self.assertIsInstance(getattr(resource, 'RLIMIT_' + attr), int)
|
||||
|
||||
@support.requires_freebsd_version(9)
|
||||
def test_freebsd_contants(self):
|
||||
for attr in ['SWAP', 'SBSIZE', 'NPTS']:
|
||||
with contextlib.suppress(AttributeError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue