From a1546c19a191746f005e7e47d8bdb084f0b573fb Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 17 Jan 2017 12:18:43 -0500 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index bc29906..08f68d7 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 -- cgit v1.2.1