diff options
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 = [ |