diff options
author | Gábor Lipták <gliptak@gmail.com> | 2017-01-17 12:13:34 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-01-17 12:13:34 -0500 |
commit | f624a3ae8baadba4dabb55e5851a27d40a6cf73e (patch) | |
tree | 3f90c102b98c375e3173f18b9692e84abc0a8a3e | |
parent | 3a6c55fb5175ec9ffa03dd7c1325a4746f081486 (diff) | |
download | sqlalchemy-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |