Skip to content

Ignore the failing PNG test on Python 2.7 #926

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

Merged
merged 1 commit into from
Aug 1, 2018

Conversation

Conengmo
Copy link
Member

@Conengmo Conengmo commented Aug 1, 2018

Currently Travis fails all PR's because test_valid_png() fails in Python 2.7. Something with a temporary file being closed prematurely in the Selenium phantomjs driver. I don't think it's worth trying to fix this since:

  • it seems an issue in Selenium
  • Python 2.7 should be deprecated
  • phantomjs has already been deprecated

So I think the best solution is to ignore the test for now in Python 2.7.

@Conengmo
Copy link
Member Author

Conengmo commented Aug 1, 2018

That did the trick, Travis check is passing again. I'll wait a day before merging in case someone has a comment on this.

@ocefpaf
Copy link
Member

ocefpaf commented Aug 1, 2018

Fine with me. We have to move away from phantomjs and py27 anyway.
Thanks!

@ocefpaf ocefpaf merged commit b6bf216 into python-visualization:master Aug 1, 2018
@Conengmo Conengmo deleted the ignore-failing-test branch August 1, 2018 13:22
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.

2 participants