Skip to content

Commit

Permalink
tests: drop unneeded capsys
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Feb 6, 2023
1 parent 82f8856 commit 6438372
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ def test_exception_rvalue_abort():


# https://github.com/pybind/pybind11/issues/1568
@pytest.mark.usefixture("capsys")
def test_multiple_instances_with_same_pointer():
n = 100
instances = [m.SamePointer() for _ in range(n)]
Expand Down
1 change: 0 additions & 1 deletion tests/test_pytypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def test_list(capture, doc):
assert doc(m.print_list) == "print_list(arg0: list) -> None"


@pytest.mark.usefixtures("capsys")
def test_none(doc):
assert doc(m.get_none) == "get_none() -> None"
assert doc(m.print_none) == "print_none(arg0: None) -> None"
Expand Down

0 comments on commit 6438372

Please sign in to comment.