Skip to content

CI: Set xfail to strict=False for network tests #39193

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
Jan 16, 2021

Conversation

phofl
Copy link
Member

@phofl phofl commented Jan 15, 2021

  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them

This one is ugly. Botocore and boto3 were upgraded tonight to 1.19.55 and 1.16.55. Since aiobotocore requires them to be .52 this is no longer installed, but aiobotocore is an required dependency from s3fs 0.5.*. So this get's downgraded to 0.4.2 were only botocore was a required dependency (no version specification). As soon as the requirements of aiobotocore are updated again this will switch back to s3fs=0.5.2 which will cause the tests to fail again. Hence setting them to strict=False

sorry for the long explanation :)

@simonjayhawkins simonjayhawkins added this to the 1.2.1 milestone Jan 15, 2021
@simonjayhawkins simonjayhawkins added the CI Continuous Integration label Jan 15, 2021
@phofl phofl changed the title CI: Set xfail to stric=False for network tests CI: Set xfail to strict=False for network tests Jan 15, 2021
@phofl phofl added the Dependencies Required and optional dependencies label Jan 15, 2021
@alimcmaster1
Copy link
Member

Other option is just to pin s3fs in CI files? @phofl

@phofl
Copy link
Member Author

phofl commented Jan 15, 2021

Could do this currently, but do not know if we risk conflicts there in the future

@phofl
Copy link
Member Author

phofl commented Jan 15, 2021

Would prefer a version check of s3fs over pinning, but this might be overkill

@jreback
Copy link
Contributor

jreback commented Jan 16, 2021

this is fine for 1.2.1

i think pinning is fine for 1.3 (and then we can revert that when this is fixed).

@jreback jreback merged commit a4c2d17 into pandas-dev:master Jan 16, 2021
@jreback
Copy link
Contributor

jreback commented Jan 16, 2021

@meeseeksdev backport 1.2.x

@jreback jreback added the IO Network Local or Cloud (AWS, GCS, etc.) IO Issues label Jan 16, 2021
meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Jan 16, 2021
@phofl phofl deleted the ci_network branch January 16, 2021 15:01
luckyvs1 pushed a commit to luckyvs1/pandas that referenced this pull request Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Dependencies Required and optional dependencies IO Network Local or Cloud (AWS, GCS, etc.) IO Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants