From a1546c19a191746f005e7e47d8bdb084f0b573fb Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 17 Jan 2017 12:18:43 -0500 Subject: [PATCH] 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 --- setup.cfg | 2 +- tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2