Skip to content

Commit b4a09fe

Browse files
committed
Remove @need_sphinx from test_slots.py
Now that the `test` dependency group includes `docs`, the mark does nothing. Thanks @webknjaz
1 parent 56e51de commit b4a09fe

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/test_slots.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -778,12 +778,6 @@ def documented(self):
778778
return True
779779

780780

781-
need_sphinx = pytest.mark.skipif(
782-
Sphinx is None, reason="Sphinx is not installed"
783-
)
784-
785-
786-
@need_sphinx
787781
def test_sphinx_autodocuments_cached_property():
788782
"""
789783
Sphinx can generate autodocs for cached properties in slots classes
@@ -809,7 +803,6 @@ def test_sphinx_autodocuments_cached_property():
809803
assert written.read() == good.read()
810804

811805

812-
@need_sphinx
813806
def test_sphinx_automembers_cached_property():
814807
"""
815808
Sphinx can find cached properties in the :members: of slots classes

0 commit comments

Comments
 (0)