diff options
Diffstat (limited to 'tests/test_ext_autodoc_mock.py')
-rw-r--r-- | tests/test_ext_autodoc_mock.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_ext_autodoc_mock.py b/tests/test_ext_autodoc_mock.py index d40e56e8b..c10350fbe 100644 --- a/tests/test_ext_autodoc_mock.py +++ b/tests/test_ext_autodoc_mock.py @@ -84,7 +84,6 @@ def test_mock_does_not_follow_upper_modules(): import_module('sphinx.unknown') -@pytest.mark.skipif(sys.version_info < (3, 7), reason='Only for py37 or above') def test_abc_MockObject(): mock = _MockObject() |