summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Inggs <ginggs@debian.org>2021-05-06 10:31:31 +0200
committerGraham Inggs <ginggs@debian.org>2021-05-06 10:31:31 +0200
commitc343e79e30aefc5e9c5b7a8043a6b698871545cd (patch)
treeb0acd8398759d9bc6cb2be4b6ae72caa2472c43e
parent2a529e36e00a6273289b77c8bcfb0917e779dc6d (diff)
Skip test_model_nan_policy and test_manypeaks_speed during build
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules1
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 40b2bf9..dbf6e22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
lmfit-py (1.0.1-6) UNRELEASED; urgency=medium
+ [ Picca Frédéric-Emmanuel ]
* Acknowledge Ole Streicher for fixing #987459
+ [ Graham Inggs ]
+ * Skip test_model_nan_policy and test_manypeaks_speed (Closes: #976952)
+
-- Picca Frédéric-Emmanuel <picca@debian.org> Sat, 01 May 2021 08:12:44 +0200
lmfit-py (1.0.1-5) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 0f462ed..f9f757d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
export DH_VERBOSE=1
export PYBUILD_NAME=lmfit
+export PYBUILD_TEST_ARGS=-k 'not speed and not test_model_nan_policy'
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild