remove unused import
This commit is contained in:
parent
61d0209093
commit
2c84e9ddac
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- use hookwrapper mechanism in builtin pytest plugins.
|
- use hookwrapper mechanism in builtin pytest plugins.
|
||||||
|
|
||||||
- add a doctest option for doctest flags, thanks Holger Peters.
|
- add a doctest ini option for doctest flags, thanks Holger Peters.
|
||||||
|
|
||||||
2.6.4.dev
|
2.6.4.dev
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -99,7 +99,6 @@ def _get_flag_lookup():
|
||||||
COMPARISON_FLAGS=doctest.COMPARISON_FLAGS)
|
COMPARISON_FLAGS=doctest.COMPARISON_FLAGS)
|
||||||
|
|
||||||
def get_optionflags(parent):
|
def get_optionflags(parent):
|
||||||
import doctest
|
|
||||||
optionflags_str = parent.config.getini("doctest_optionflags")
|
optionflags_str = parent.config.getini("doctest_optionflags")
|
||||||
flag_lookup_table = _get_flag_lookup()
|
flag_lookup_table = _get_flag_lookup()
|
||||||
flag_acc = 0
|
flag_acc = 0
|
||||||
|
|
Loading…
Reference in New Issue