From: Gábor Lipták Date: Tue, 17 Jan 2017 17:13:34 +0000 (-0500) Subject: Correct pytest deprecation warning X-Git-Tag: rel_1_1_5~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f624a3ae8baadba4dabb55e5851a27d40a6cf73e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- diff --git a/setup.cfg b/setup.cfg index e8195cf5b6..d858a24354 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