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

network tests are not skipped when running tests.py with --no-network #6539

Closed
2 of 3 tasks
rathann opened this issue Jun 5, 2016 · 2 comments
Closed
2 of 3 tasks
Assignees
Milestone

Comments

@rathann
Copy link

rathann commented Jun 5, 2016

To help us understand and resolve your issue please check that you have provided
the information below.

  • Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)

1.5.2rc2, 2.7.11/3.5.1, Fedora rawhide

  • How did you install Matplotlib and Python (pip, anaconda, from source ...)

From source.

  • If possible please supply a Short, Self Contained, Correct, Example
    that demonstrates the issue i.e a small piece of code which reproduces the issue
    and can be run with out any other (or as few as possible) external dependencies.
python2 tests.py --no-network

or

python3 tests.py --no-network

The following tests are failing:

  • lib/matplotlib/tests/test_image.py:549 test_load_from_url()
  • lib/matplotlib/tests/test_style.py:60 test_use_url()
@tacaswell tacaswell modified the milestones: 2.0 (style change major release), 1.5.2 (Critical bug fix release) Jun 6, 2016
@tacaswell
Copy link
Member

attn @mdboom

I took a pass at this and lost to nose.

tacaswell added a commit to tacaswell/matplotlib that referenced this issue Jun 8, 2016
@tacaswell
Copy link
Member

ok, took a second pass and won (not sure why but eh).

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

No branches or pull requests

3 participants