aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-08-30 12:15:42 +0300
committerMatti Picus <matti.picus@gmail.com>2020-08-30 12:15:42 +0300
commitbbea2029f54cf7ea964e450140828b805236e32b (patch)
treed50d2d279861333ef1f77d9aa6f429f28398036e /extra_tests
parentfor now, skip tests that can't find the 'c' library (notably on Windows with ... (diff)
downloadpypy-bbea2029f54cf7ea964e450140828b805236e32b.tar.gz
pypy-bbea2029f54cf7ea964e450140828b805236e32b.tar.bz2
pypy-bbea2029f54cf7ea964e450140828b805236e32b.zip
clean up unused import
Diffstat (limited to 'extra_tests')
-rw-r--r--extra_tests/test_binop_overriding.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra_tests/test_binop_overriding.py b/extra_tests/test_binop_overriding.py
index 5fcffafba4..eb2ce9f9de 100644
--- a/extra_tests/test_binop_overriding.py
+++ b/extra_tests/test_binop_overriding.py
@@ -1,5 +1,4 @@
# test about the binop operation rule, see issue 412
-from pypy.conftest import option
class Base(object):
def __init__(self, name):