-
Notifications
You must be signed in to change notification settings - Fork 10
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 Python 3.8/3.11 + backup multiprocessing to get geodata #178
Conversation
- credentials are stored in the dict - proxies are also taken from there Removed all writing to environment except for the token. Cleaned up bare excepts and imports.
- credentials are stored in the dict - proxies are also taken from there Removed all writing to environment except for the token. Cleaned up bare excepts and imports.
Co-authored-by: tfardet <[email protected]>
Co-authored-by: tfardet <[email protected]>
Co-authored-by: tfardet <[email protected]>
@hadrilec Well, it seems we now know where the 4h-long tests come from ^^" |
@hadrilec I won't have time to look at this for the moment, so if you can have a look, it would be worth checking what makes the multiprocessing fail. |
Thanks for the link, I will have a look. I agree async should be the way to go. |
I did a mistake by pushing commits from the other PR, my bad, I will clean this up |
@hadrilec do you know when you'd have time to finish this part? |
hi @tfardet, I plan to wrap this up before the 1st of January. In any case, a new release of the package must be created by next year because IGN and INSEE/SIREN APIs are changing. |
Great, let me know if you want me to force push or create another branch with my local version of EDIT: actually, just in case, https://github.com/tfardet/pynsee/tree/fix-test-backup |
nice, I will start from there |
Fixes #172 and #175
@hadrilec are these the main changes you had included in #162? If not, feel free to include whatever is missing.