Skip to content

Commit

Permalink
Make Python 3.3/3.4 tests pass, by skipping a test depending on a spe…
Browse files Browse the repository at this point in the history
…cific typing package
  • Loading branch information
Guido van Rossum committed Nov 15, 2016
1 parent 303334e commit fd94b80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-data/unit/pythoneval.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ print('hello, world')
[out]
hello, world

[case testAbstractBaseClasses]
-- Skipped because different typing package versions have different repr()s.
[case testAbstractBaseClasses-skip]
import re
from typing import Sized, Sequence, Iterator, Iterable, Mapping, AbstractSet

Expand Down

0 comments on commit fd94b80

Please sign in to comment.