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

Multiple improvements listed below #64

Merged
merged 3 commits into from
Jan 25, 2022
Merged

Conversation

jktomer
Copy link
Contributor

@jktomer jktomer commented Jan 16, 2022

@jktomer
Copy link
Contributor Author

jktomer commented Jan 16, 2022

Failures are odd, look like some problem with the test environment setup? Am I able to rerun them myself?

@Zburatorul
Copy link
Collaborator

Yeah I don't understand the mypy cache folder issue. I deleted mine but mypy still succeeded.

I don't see a way to approve you for automatic builds.

@Zburatorul
Copy link
Collaborator

@jbms, you might have a better idea how the testing environment is set up, and why mypy is suddenly failing.
Seems related to this issue.

I have the same mypy version and for me mypy --install-types --non-interactive finance_dl succeeds even when the cache folder is missing.

jbms added a commit that referenced this pull request Jan 20, 2022
This is intended to address the CI failure observed in #64.
jbms added a commit that referenced this pull request Jan 20, 2022
This is intended to address the CI failure observed in #64.
@Zburatorul
Copy link
Collaborator

@jktomer, the build should succeed now after a rebase.

Google Drive otherwise seems to get confused about their type in a way that is
not fixed with a rename later
I need this because I keep my finance-dl data in Google Drive mounted with
google-drive-fuse, and it doesn't support the operation atomic_write does
without it. (With overwrite=True, atomicwrites does a rename; otherwise it
does a link followed by an unlink. google-drive-fuse supports rename just
fine, but not hard links.)

The real solution is probably to fix atomicwrites to properly support all
filesystems that don't support links instead of just Windows, but this is less work.
@jktomer
Copy link
Contributor Author

jktomer commented Jan 21, 2022

Aha—it doesn't pass, but it does fail more interestingly!

Fixed; I have no idea why it passes on my machine...

@jktomer
Copy link
Contributor Author

jktomer commented Jan 25, 2022

mergeable now I think?

@Zburatorul Zburatorul merged commit 0466455 into jbms:master Jan 25, 2022
@jktomer jktomer deleted the small-fixes branch January 25, 2022 04:49
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.

ultipro_google fails with "element not interactable"
2 participants