]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Correct pytest deprecation warning
authorGábor Lipták <gliptak@gmail.com>
Tue, 17 Jan 2017 17:13:34 +0000 (12:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jan 2017 17:13:34 +0000 (12:13 -0500)
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

setup.cfg

index e8195cf5b6e554e68832066a663d5f76609b6231..d858a24354beaf22f6f254279cbd0753f86785ff 100644 (file)
--- 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