summaryrefslogtreecommitdiff
path: root/numpy/f2py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-04-01 14:07:20 -0600
committerGitHub <noreply@github.com>2018-04-01 14:07:20 -0600
commitbbd72df8d5fa94fc2836210c24cf68103507cabd (patch)
treeab042d20dd8c2710d762ac0a2901a9fbf6510b86 /numpy/f2py
parent285b84b213a4b335dc4baed8090e033e67a7903f (diff)
parentfddaa7c8cf341794a8f3ea098b028c49975d546a (diff)
downloadnumpy-bbd72df8d5fa94fc2836210c24cf68103507cabd.tar.gz
Merge pull request #10827 from charris/create-pytesttester
ENH: Add tester for pytest.
Diffstat (limited to 'numpy/f2py')
-rw-r--r--numpy/f2py/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/f2py/__init__.py b/numpy/f2py/__init__.py
index 250c4322b..86cc45b42 100644
--- a/numpy/f2py/__init__.py
+++ b/numpy/f2py/__init__.py
@@ -71,4 +71,3 @@ def compile(source,
from numpy.testing import _numpy_tester
test = _numpy_tester().test
-bench = _numpy_tester().bench