mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Add support for FreeBSD 7.
This commit is contained in:
parent
149787e7c5
commit
4e422817eb
8 changed files with 550 additions and 3 deletions
|
|
@ -1073,6 +1073,7 @@ _expectations = {
|
|||
}
|
||||
_expectations['freebsd5'] = _expectations['freebsd4']
|
||||
_expectations['freebsd6'] = _expectations['freebsd4']
|
||||
_expectations['freebsd7'] = _expectations['freebsd4']
|
||||
|
||||
class _ExpectedSkips:
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue