-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix build by removing flake8-rst #23975
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #23975 +/- ##
=========================================
Coverage ? 92.31%
=========================================
Files ? 161
Lines ? 51473
Branches ? 0
=========================================
Hits ? 47517
Misses ? 3956
Partials ? 0
Continue to review full report at Codecov.
|
I think we could upgrade flake8-rst and exclude all files that throw errors. Then we could reactivate it file by file. |
So if #23847 could be merged I'd rather merge that. |
Why isn't it available anymore? Was it previously coming through the conda-forge channel? |
Yes. It still shows 0.4.2 in the files section. |
This shouldn't be necessary anymore. Anaconda is in the process of switching how conda-forge packages are being mirrored. Follow https://gitter.im/conda-forge/conda-forge.github.io for updates. |
latest build seems ok. |
migth have been temporary? |
Yeah. It sounds like the repodata.json and the actual package location got
out of sync when they flipped the mirroring. It's been reverted for now.
…On Wed, Nov 28, 2018 at 4:23 PM Jeff Reback ***@***.***> wrote:
migth have been temporary?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#23975 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIo8_k7Kk3aBNTk9GCvZnUpZk0eoZks5uzwzMgaJpZM4Y4MQ6>
.
|
I'm still having some problems with travis, it's timing out when creating the environment that has all the linting stuff. But closing this. |
Seems like
flake8-rst==0.4.2
is not available in conda anymore. This is making the Travis build fail. Newer versions offlake8-rst
are not usable yet, as they validate more things than0.4.2
and validating our docs would fail the CI too.We're working on fixing all the flake8-rst linting problems in the docs, and soon we'll be able to upgrade to a newer version. But for now, I think removing
flake8-rst
from the dependencies, and disabling the docs validation in the CI is the best, so Travis builds pass again.CC: @jreback @FHaase