Skip to content

Commit

Permalink
restore describe test (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Nov 8, 2020
1 parent 1a3b577 commit c2ca63f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_describe.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from iminuit.util import describe, make_func_code
from math import ldexp
import sys
import pytest
import platform
from functools import wraps
Expand Down Expand Up @@ -52,9 +51,6 @@ def __call__(self, x, y):
assert describe(A(), True) == ["x", "y"]


@pytest.mark.skipif(
sys.version_info >= (3, 7), reason="Not on Py 3.7; see Github issue 270"
)
def test_builtin_by_parsing_doc():
assert describe(ldexp, True) == ["x", "i"]

Expand Down

0 comments on commit c2ca63f

Please sign in to comment.