[Matplotlib-devel] v1.5.0rc2
Sandro Tosi
morph at debian.org
Sun Oct 4 22:41:37 CEST 2015
On Sun, Oct 4, 2015 at 9:27 PM, Thomas Caswell <tcaswell at gmail.com> wrote:
> On Sun, Oct 4, 2015 at 3:51 PM Thomas Caswell <tcaswell at gmail.com> wrote:
>>
>> The first one is that one of our tests reaches out to the internet for a
>> test. We had a rough idea that this was not acceptable for debian, but were
>> not sure. That test probably just needs to be wrapped in a know fail if the
>> internet is not accessible.
yeah I seem to remember there was a msg asking for my input on it and
I falied to reply, sorry about that
> This PR should address the url issue:
> https://github.com/matplotlib/matplotlib/pull/5188
geez you're too quick! what I wanted to say is that we dont want to
anything contacting the internet, not that we actively prevent it. The
error in this case is probably that HTTPS is not correctly recognized
as a URL as you might need to use an SSL handler.
what I have in mind is a way to mark those tests as accessing the
internet and skipping them when running the unittest (something like
I'm doing at http://anonscm.debian.org/cgit/reportbug/reportbug.git/tree/test/test_urlutils.py#n10
and http://anonscm.debian.org/cgit/reportbug/reportbug.git/tree/Makefile#n12
but I am using the nosetest runner there).
this is how I run tests for mpl in debian:
ln 39-56 of http://anonscm.debian.org/viewvc/python-modules/packages/matplotlib/trunk/debian/rules?revision=34251&view=markup
>> The second one is a bug that I put in just before the RC2, sorry.
> This PR should address the qt issue:
> https://github.com/matplotlib/matplotlib/pull/5187
will that this in a bit
>> `_path` is one of the c-extensions we build, there should be a
>> `_path.so.*` in the top-level mpl folder.
I see the python extensions build in matplotlib/_path.so but then it
is not installed right? then that's the problem, as I run setup.py
install in a temp dir and then set the PYTHONPATH to that dir to pick
up the module.
in the meantime a new error came up, while building latex doc:
```
Adding blank page after the table of contents.
[1] [2] [1] [2]
Chapter 1.
(/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd)
! Package inputenc Error: Unicode char \u8:́ not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.163 Sté
fan van der Walt's talk from SciPy2015
?
! Emergency stop.
...
l.163 Sté
fan van der Walt's talk from SciPy2015
! ==> Fatal error occurred, no output PDF file produced!
```
attached the Matplotlib.log file of the latex compiler
Thanks!
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Matplotlib.log.bz2
Type: application/x-bzip2
Size: 9346 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20151004/71d1b319/attachment-0001.bin>
More information about the Matplotlib-devel
mailing list