mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
test Signature annotations in py34 too
This commit is contained in:
parent
5a0f0bdc61
commit
955c3d388b
@ -228,8 +228,8 @@ def test_Signature_partialmethod():
|
|||||||
assert sig == '()'
|
assert sig == '()'
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(sys.version_info < (3, 5),
|
@pytest.mark.skipif(sys.version_info < (3, 4),
|
||||||
reason='type annotation test is available on py35 or above')
|
reason='type annotation test is available on py34 or above')
|
||||||
def test_Signature_annotations():
|
def test_Signature_annotations():
|
||||||
from typing_test_data import (
|
from typing_test_data import (
|
||||||
f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, Node)
|
f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, Node)
|
||||||
|
Loading…
Reference in New Issue
Block a user