From 28e5e66f78f46e5e44b053297a0c90a718effcf7 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 7 Mar 2020 11:15:54 +0900 Subject: Use typing.NamedTuple instead of collections.namedtuple as possible --- sphinx/testing/fixtures.py | 1 - 1 file changed, 1 deletion(-) (limited to 'sphinx/testing') diff --git a/sphinx/testing/fixtures.py b/sphinx/testing/fixtures.py index eec3b4208..a864e19d1 100644 --- a/sphinx/testing/fixtures.py +++ b/sphinx/testing/fixtures.py @@ -76,7 +76,6 @@ def app_params(request: Any, test_params: Dict, shared_result: SharedResult, args = [pargs[i] for i in sorted(pargs.keys())] # ##### process pytest.mark.test_params - if test_params['shared_result']: if 'srcdir' in kwargs: raise pytest.Exception('You can not spcify shared_result and ' -- cgit v1.2.1