1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/b738b91f2dd1/ Changeset: b738b91f2dd1 User: hpk42 Date: 2014-10-09 20:45:33+00:00 Summary: remove unused import Affected #: 2 files
diff -r 367041e2b6d147459108c74dc2614fecdc3abafe -r b738b91f2dd19157015e2a7bcf8af404126c0998 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -10,7 +10,7 @@ - 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 ---------- diff -r 367041e2b6d147459108c74dc2614fecdc3abafe -r b738b91f2dd19157015e2a7bcf8af404126c0998 _pytest/doctest.py --- a/_pytest/doctest.py +++ b/_pytest/doctest.py @@ -99,7 +99,6 @@ COMPARISON_FLAGS=doctest.COMPARISON_FLAGS) def get_optionflags(parent): - import doctest optionflags_str = parent.config.getini("doctest_optionflags") flag_lookup_table = _get_flag_lookup() flag_acc = 0 Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit