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_0_17~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5861733a517a477043a002d5bb000eaf5bf0211;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 (cherry picked from commit f624a3ae8baadba4dabb55e5851a27d40a6cf73e) --- diff --git a/setup.cfg b/setup.cfg index 0fa44b0a85..f84b2c5346 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