8000 test_rcparams test errors on Wheel builders / Python >= 3.5 · Issue #9925 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
test_rcparams test errors on Wheel builders / Python >= 3.5 #9925
Closed
@matthew-brett

Description

@matthew-brett

I'm seeing test errors for manylinux and OSX builds on Python 3.5 and 3.6:

https://travis-ci.org/MacPython/matplotlib-wheels/builds/311230442

They are of form:

 ERROR at setup of test_validator_invalid[validator35-\xff\xfedotted-ValueError] 
[gw1] linux -- Python 3.5.3 /venv/bin/python3.5

self = environ({'UNICODE_WIDTH': '32', 'HOME': '/root', 'TEST_DEPENDS': 'numpy==1.11.0 pytest mock sphinx pytest pytest-timeo... 'VIRTUAL_ENV': '/venv', 'MANYLINUX_URL': 'https://nipy.bic.berkeley.edu/manylinux', 'PYTEST_XDIST_WORKER_COUNT': '2'})
key = b'PYTEST_CURRENT_TEST'
value = b'matplotlib/tests/test_rcparams.py::test_validator_invalid[validator35-\\xff\\xfed\x00o\x00t\x00t\x00e\x00d\x00-ValueError] (setup)'

    def __setitem__(self, key, value):
        key = self.encodekey(key)
        value = self.encodevalue(value)
>       self.putenv(key, value)
E       ValueError: embedded null byte

I think they began here : https://travis-ci.org/MacPython/matplotlib-wheels/builds/308354479 - on the 28th November.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0