summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Lipták <gliptak@gmail.com>2017-01-17 12:13:34 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2017-01-17 12:13:34 -0500
commitf624a3ae8baadba4dabb55e5851a27d40a6cf73e (patch)
tree3f90c102b98c375e3173f18b9692e84abc0a8a3e
parent3a6c55fb5175ec9ffa03dd7c1325a4746f081486 (diff)
downloadsqlalchemy-f624a3ae8baadba4dabb55e5851a27d40a6cf73e.tar.gz
Correct pytest deprecation warning
WC1 None [pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead. Change-Id: I099c8207730ae1226f7357ff8be0d8ab149878ed Pull-request: https://github.com/zzzeek/sqlalchemy/pull/334
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e8195cf5b..d858a2435 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,7 @@ exclude = ^examples
first-package-wins = true
where = test
-[pytest]
+[tool:pytest]
addopts= --tb native -v -r fxX --maxfail=25
python_files=test/*test_*.py