catalyst-cooperative / pudl-zenodo-storage

Tools for creating versioned archives of raw data on Zenodo using Frictionless data packages.
MIT License
2 stars 2 forks source link

Apply black autoformatting to the whole repo #18

Closed zaneselvans closed 2 years ago

zaneselvans commented 2 years ago

There's some kind of stochastic failure happening with the uploads to Zenodo. They appear only to happen on CI / GitHub, and about 1/3 of the time the tests will all pass. When I run the tests locally using Tox all the tests generally pass.

I thought it might be an issue with the tests hitting the Zenodo server too quickly before it's had time to sync (even though that shouldn't happen) but adding a short delay into the upload / new version tests didn't make any difference. Really unclear what's going on here.

zaneselvans commented 2 years ago

Merging because these test failures are stochastic, and not related to this PR.