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
This commit is contained in:
Mike Bayer 2017-01-17 12:18:43 -05:00
parent b57b164177
commit a1546c19a1
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,4 @@
[tox]
minversion=1.8.dev1
# current mysqlclient fails with <=SQLA 0.9 on py3k due to
# old unicode statements flag