Hi José,
On Fri, Dec 4, 2020 at 1:17 PM José Abílio Matos jamatos@fc.up.pt wrote:
Probably the build was erased, another place where it can be found is: https://copr-be.cloud.fedoraproject.org/results/nonamedotc/nbconvert-6.0.7/f...
I cannot find "xelatex" nor "OSError" pattern in build.log.gz. The RPM was built successfully, but there are some warnings.
=============================== warnings summary =============================== nbconvert/exporters/tests/test_latex.py::TestLatexExporter::test_prompt_number_color_ipython /usr/lib/python3.9/site-packages/jinja2/lexer.py:646: DeprecationWarning: invalid escape sequence '\c' self._normalize_newlines(value[1:-1]) nbconvert/exporters/tests/test_templateexporter.py::TestExporter::test_exclude_markdown /usr/lib/python3.9/site-packages/IPython/core/inputsplitter.py:21: DeprecationWarning: IPython.core.inputsplitter is deprecated since IPython 7 in favor of `IPython.core.inputtransformer2` warn('IPython.core.inputsplitter is deprecated since IPython 7 in favor of `IPython.core.inputtransformer2`', nbconvert/filters/tests/test_datatypefilter.py::TestDataTypeFilter::test_junk_types /builddir/build/BUILD/nbconvert-6.0.7/nbconvert/filters/datatypefilter.py:39: UserWarning: Your element with mimetype(s) dict_keys(['hair', 'water', 'rock']) is not able to be represented. warn("Your element with mimetype(s) {mimetypes}" nbconvert/filters/tests/test_datatypefilter.py::TestDataTypeFilter::test_null /builddir/build/BUILD/nbconvert-6.0.7/nbconvert/filters/datatypefilter.py:39: UserWarning: Your element with mimetype(s) dict_keys([]) is not able to be represented. warn("Your element with mimetype(s) {mimetypes}" nbconvert/preprocessors/tests/test_sanitize.py: 18 warnings /usr/lib/python3.9/site-packages/html5lib/filters/sanitizer.py:771: DeprecationWarning: html5lib's sanitizer is deprecated; see https://github.com/html5lib/html5lib-python/issues/443 and please let us know if Bleach is unsuitable for your needs warnings.warn(_deprecation_msg, DeprecationWarning) -- Docs: https://docs.pytest.org/en/stable/warnings.html =============== 231 passed, 54 deselected, 22 warnings in 53.03s ===============
Victor