[statsmodels] 20/21: Exclude test_sarimax test_structural test_dynamic_factor test_varmax from unit testing See #873512

Diane Trout diane at moszumanska.debian.org
Mon Sep 25 06:39:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

diane pushed a commit to branch detrout-python3-try2
in repository statsmodels.

commit a695cdc97d1e2df7d510ec0fdfdfee6330e4b72c
Author: Diane Trout <diane at ghic.org>
Date:   Sun Sep 24 23:33:08 2017 -0700

    Exclude test_sarimax test_structural test_dynamic_factor test_varmax from unit testing See #873512
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6718ee8..9e89bd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ statsmodels (0.8.0-4) UNRELEASED; urgency=medium
     examples as jupyter components are now available in stable.
   * Extend a python3-statsmodels-lib description to make lintian happier
   * Cleanup more files that might be generated during build
+  * Exclude test_sarimax test_structural test_dynamic_factor test_varmax from unit testing
+    See #873512
 
  -- Andreas Tille <tille at debian.org>  Wed, 06 Sep 2017 17:32:07 +0200
 
diff --git a/debian/rules b/debian/rules
index 0d2480b..c123bd5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PY3VER=$(shell py3versions -vd)
 
 export PYBUILD_NAME=statsmodels
 export PYBUILD_INSTALL_ARGS=--install-layout=deb
-export PYBUILD_TEST_ARGS=--exclude='(test_sarimax)|(test_structural)|(test_dynamic_factor)|(test_varmax)'
+export PYBUILD_TEST_ARGS = --exclude='(test_sarimax)|(test_structural)|(test_dynamic_factor)|(test_varmax)'
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/statsmodels.git



More information about the debian-science-commits mailing list