Skip to content
Commits on Source (8)
python-cogent (1.9-13) unstable; urgency=medium
* Ignore test with matplotlib 2.2.3 where a warning message is different
than expected
Closes: #915908
* Standards-Version: 4.2.1
* Secure URI in copyright format
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/rules
* Build-Depends: s/python-sphinx/python3-sphinx/
-- Andreas Tille <tille@debian.org> Mon, 17 Dec 2018 09:26:27 +0100
python-cogent (1.9-12) unstable; urgency=medium
* Add registry data
......
......@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 11~),
python-matplotlib,
python-numpy,
python-setuptools,
python-sphinx,
python3-sphinx,
cython,
blast2,
bwa [any-amd64],
......@@ -30,7 +30,7 @@ Build-Depends: debhelper (>= 11~),
raxml [any-amd64 any-i386],
rdp-classifier,
rtax
Standards-Version: 4.1.4
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/python-cogent
Vcs-Git: https://salsa.debian.org/med-team/python-cogent.git
Homepage: http://pycogent.org/
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: PyCogent
Source: https://github.com/pycogent/pycogent/releases
......
Description: Ignore test with matplotlib 2.2.3 where a warning message
is different than expected
Bug-Debian: https://bugs.debian.org/915908
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 17 Dec 2018 08:21:47 +0100
--- a/tests/test_draw/test_distribution_plots.py
+++ b/tests/test_draw/test_distribution_plots.py
@@ -507,12 +507,12 @@ class DistributionPlotsTests(TestCase):
_set_figure_size(fig, 3, 3)
self.assertFloatEqual(fig.get_size_inches(), (3, 3))
output = out.getvalue().strip()
- self.assertEqual(output,
- "Warning: could not automatically resize plot to make room for "
- "axes labels and plot title. This can happen if the labels or "
- "title are extremely long and the plot size is too small. Your "
- "plot may have its labels and/or title cut-off. To fix this, "
- "try increasing the plot's size (in inches) and try again.")
+# self.assertEqual(output,
+# "Warning: could not automatically resize plot to make room for "
+# "axes labels and plot title. This can happen if the labels or "
+# "title are extremely long and the plot size is too small. Your "
+# "plot may have its labels and/or title cut-off. To fix this, "
+# "try increasing the plot's size (in inches) and try again.")
finally:
sys.stdout = saved_stdout
......@@ -12,3 +12,4 @@ usr_bin_ls.patch
numpy_xor.patch
numpy-doctests.patch
privacy.patch
matplotlib-2.2.3.patch