File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2323 python : 3.9
2424 docutils : du17
2525 coverage : " --cov ./ --cov-append --cov-config setup.cfg"
26- # - name: py310-dev
27- # python: 3.10-dev
28- # docutils: du16
26+ - name : py310-dev
27+ python : 3.10-dev
28+ docutils : du17
2929 env :
3030 PYTEST_ADDOPTS : ${{ matrix.coverage }}
3131
Original file line number Diff line number Diff line change @@ -202,10 +202,7 @@ def test_signature_annotations():
202202
203203 # Instance annotations
204204 sig = inspect .signature (f11 )
205- if sys .version_info < (3 , 10 ):
206- assert stringify_signature (sig ) == '(x: CustomAnnotation, y: 123) -> None'
207- else :
208- assert stringify_signature (sig ) == '(x: CustomAnnotation(), y: 123) -> None'
205+ assert stringify_signature (sig ) == '(x: CustomAnnotation, y: 123) -> None'
209206
210207 # tuple with more than two items
211208 sig = inspect .signature (f12 )
You can’t perform that action at this time.
0 commit comments