From eaaaef6ae2b95e6dbda69a78a556277148faa45c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 27 Jul 2014 19:55:00 -0400 Subject: [PATCH] - disable C exts on coverage run --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index aedd87a03f..74ce5f6147 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,9 @@ envdir=pytest [testenv:coverage] +setenv= + DISABLE_SQLALCHEMY_CEXT=1 + commands= python -m pytest \ --cov=lib/sqlalchemy \ -- 2.47.3