From: Alex Morega Date: Sat, 6 Jul 2013 12:32:42 +0000 (+0200) Subject: don't run doctests any more X-Git-Tag: 1.0~100^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc06c599dc1a7624e1642c37267cafe32740139;p=thirdparty%2Fbabel.git don't run doctests any more --- diff --git a/Makefile b/Makefile index 53b53838..42520834 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: import-cldr - @py.test babel tests + @py.test tests import-cldr: @./scripts/download_import_cldr.py diff --git a/setup.cfg b/setup.cfg index 2acfc4da..01bb9544 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ [egg_info] tag_build = dev tag_svn_revision = true - -[pytest] -addopts = --doctest-modules diff --git a/tox.ini b/tox.ini index a787b8e7..35672857 100644 --- a/tox.ini +++ b/tox.ini @@ -5,4 +5,4 @@ envlist = py26, py27, pypy, py33 deps = pytz pytest -commands = py.test babel tests [] +commands = py.test tests []