From 0d01063faa6c5eebf041d024c00fc80afa0a56c7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 4 Mar 2014 01:26:45 -0500 Subject: [PATCH] - add py.test config, see if jenkins no longer pulls in sqlalchemy conftest files... --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.cfg b/setup.cfg index 72840f33..530eb95e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,3 +13,9 @@ identity = C4DAFEE1 [alembic] + +[pytest] +addopts= --tb native -v -r fxX +python_files=tests/*test_*.py + + -- 2.47.2