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

TEST: Flag missing tests that require internet connection #1012

Merged
merged 2 commits into from
Jul 18, 2023

Conversation

olebole
Copy link
Contributor

@olebole olebole commented Jun 30, 2023

I am currently working on the update of the imageio package for Debian. Debian requires that no internet resources are used during the build (which includes a test of the package).
Here I found a few test cases that require internet access but were not marked as such. This PR fixes them.

Copy link
Contributor

@FirefoxMetzger FirefoxMetzger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR and well spotted @olebole 🚀

(Also sorry for the late review. I've been on vacation in China and didn't have access to GH.)

@FirefoxMetzger
Copy link
Contributor

Note that CI will fail because an upstream dependency (pillow) released a new major version, which breaks one of our tests. This is unrelated to this PR and there already is a PR to address this. Once that PR's CI is green I will merge and update this PR.

@FirefoxMetzger FirefoxMetzger changed the title Skip tests that require internet connection TEST: Flag missing tests that require internet connection Jul 18, 2023
@FirefoxMetzger FirefoxMetzger merged commit 8ec1b63 into imageio:master Jul 18, 2023
24 checks passed
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

2 participants