From: Mike Bayer Date: Tue, 17 Jan 2017 17:18:43 +0000 (-0500) Subject: Update pytest section in setup.cfg X-Git-Tag: rel_0_8_10~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1546c19a191746f005e7e47d8bdb084f0b573fb;p=thirdparty%2Fsqlalchemy%2Falembic.git Update pytest section in setup.cfg Uses new [tool:pytest] directive. Also removes tox minversion as we are well ahead of that version. Change-Id: I32c767b8daa64c9e8d71a68c4f568d275719c7d7 --- diff --git a/setup.cfg b/setup.cfg index bc29906e..08f68d73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0 [alembic] -[pytest] +[tool:pytest] addopts= --tb native -v -r fxX python_files=tests/test_*.py diff --git a/tox.ini b/tox.ini index 6505b520..aaa2f269 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,4 @@ [tox] -minversion=1.8.dev1 # current mysqlclient fails with <=SQLA 0.9 on py3k due to # old unicode statements flag