]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Update pytest section in setup.cfg
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jan 2017 17:18:43 +0000 (12:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jan 2017 17:18:43 +0000 (12:18 -0500)
Uses new [tool:pytest] directive.
Also removes tox minversion as we are well ahead of that version.

Change-Id: I32c767b8daa64c9e8d71a68c4f568d275719c7d7

setup.cfg
tox.ini

index bc29906e78b2fe69b577dccba0f3eb0d06a4f081..08f68d73eaed354d0ea62729b1bee403446b5143 100644 (file)
--- 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 6505b5208d30bd23dd0e345ad1298e6ee996a05d..aaa2f26967950975ee55dbcd0dff122991de1d99 100644 (file)
--- 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