diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-08 11:38:39 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-22 16:31:07 +0900 |
commit | b18fe13f550e58cd9b65246ceda8618a760b84c8 (patch) | |
tree | 2a922a706543c092f31e6cc3019edc1a15c92137 /tests/test_autodoc.py | |
parent | 271ea125f2e5c3c21b39e5fa6edfc4b6dbcf0d26 (diff) | |
download | sphinx-git-b18fe13f550e58cd9b65246ceda8618a760b84c8.tar.gz |
Drop branches for sys.version_info < (3, 4)
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r-- | tests/test_autodoc.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py index c9ca57350..0450c4c4a 100644 --- a/tests/test_autodoc.py +++ b/tests/test_autodoc.py @@ -1426,8 +1426,6 @@ def test_partialfunction(): assert call_autodoc('module', 'target.partialfunction') == expected -@pytest.mark.skipif(sys.version_info < (3, 4), - reason='functools.partialmethod is available on py34 or above') @pytest.mark.sphinx('html', testroot='ext-autodoc') def test_partialmethod(app): expected = [ |