[Python-modules-commits] r30703 - in packages/matplotlib/trunk/debian (2 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Sep 21 10:35:20 UTC 2014
Date: Sunday, September 21, 2014 @ 10:35:19
Author: morph
Revision: 30703
* debian/tests/backend-base
- help mpl turn off interactive mode
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/tests/backend-base
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2014-09-21 10:17:00 UTC (rev 30702)
+++ packages/matplotlib/trunk/debian/changelog 2014-09-21 10:35:19 UTC (rev 30703)
@@ -4,8 +4,10 @@
- bump deps to WX 3.0; thanks to Olly Betts for the report; Closes: #759094
* debian/patches/nbagg_py3k_compatibility.patch
- fix nbagg backend compatibility with py3k
+ * debian/tests/backend-base
+ - help mpl turn off interactive mode
- -- Sandro Tosi <morph at debian.org> Sun, 21 Sep 2014 11:16:21 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 21 Sep 2014 11:31:10 +0100
matplotlib (1.4.0-1) experimental; urgency=medium
Modified: packages/matplotlib/trunk/debian/tests/backend-base
===================================================================
--- packages/matplotlib/trunk/debian/tests/backend-base 2014-09-21 10:17:00 UTC (rev 30702)
+++ packages/matplotlib/trunk/debian/tests/backend-base 2014-09-21 10:35:19 UTC (rev 30703)
@@ -9,6 +9,9 @@
echo "=== $BACKEND ==="
cat << EOF > test.py
+# https://github.com/matplotlib/matplotlib/issues/3505
+import sys
+sys.ps1 = 'SOMETHING'
import matplotlib
matplotlib.use("$BACKEND")
import matplotlib.pyplot as plt
More information about the Python-modules-commits
mailing list