Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Fix test_backend_ps failures on Windows #3249

Merged
merged 2 commits into from Jul 14, 2014
Merged

TST: Fix test_backend_ps failures on Windows #3249

merged 2 commits into from Jul 14, 2014

Conversation

cgohlke
Copy link
Contributor

@cgohlke cgohlke commented Jul 13, 2014

======================================================================
FAIL: matplotlib.tests.test_backend_ps.test_savefig_to_stringio
----------------------------------------------------------------------
Traceback (most recent call last):
  File "X:\Python27-x64\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "X:\Python27-x64\lib\site-packages\matplotlib\testing\decorators.py", line 110, in wrapped_function
    func(*args, **kwargs)
  File "X:\Python27-x64\lib\site-packages\matplotlib\tests\test_backend_ps.py", line 47, in test_savefig_to_stringio
    _test_savefig_to_stringio()
  File "X:\Python27-x64\lib\site-packages\matplotlib\tests\test_backend_ps.py", line 42, in _test_savefig_to_stringio
    assert values[1] == values[2]
AssertionError

======================================================================
FAIL: matplotlib.tests.test_backend_ps.test_savefig_to_stringio_eps
----------------------------------------------------------------------
Traceback (most recent call last):
  File "X:\Python27-x64\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "X:\Python27-x64\lib\site-packages\matplotlib\testing\decorators.py", line 110, in wrapped_function
    func(*args, **kwargs)
  File "X:\Python27-x64\lib\site-packages\matplotlib\tests\test_backend_ps.py", line 68, in test_savefig_to_stringio_eps
    _test_savefig_to_stringio(format='eps')
  File "X:\Python27-x64\lib\site-packages\matplotlib\tests\test_backend_ps.py", line 42, in _test_savefig_to_stringio
    assert values[1] == values[2]
AssertionError

@tacaswell tacaswell added this to the v1.4.0 milestone Jul 14, 2014
mdboom added a commit that referenced this pull request Jul 14, 2014
TST: Fix test_backend_ps failures on Windows
@mdboom mdboom merged commit c881afd into matplotlib:v1.4.x Jul 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants