Fix issue with wrong `until` in GitHub search
It fixes #362.
A decoupled part from #363
Thanks for fixing this! Would you mind extending the /tests/github/issues and /tests/github/pulls tests with a simple test case demonstrating that the dates now work as expected?
The PRs and issues appearing when running tests against the master:
https://github.com/teemtee/tmt/pull/1645, https://github.com/teemtee/tmt/pull/1644, https://github.com/teemtee/tmt/issues/1648, https://github.com/teemtee/tmt/issues/1650
It was previously inconsistent with using somewhere defined local variables and somewhere not. Fixed it
This PR is ready to review and merge. Since it touches the same code, I'll use it as a base for https://github.com/psss/did/pull/363.
Dear @psss, I'd like to have it merged before the https://github.com/psss/did/pull/363. That PR uses the changed until and touches the code close to the same as here. Do you have time for a quick review?
Hey-hey, happy new year!
A kind ping?
Can you please rebase?
It looks like it is still working, and all tests have passed.
I see. I have not installed tenacity, so my isort considered it a local package.
Didn't know the codebase applied autopep8. Good to have an automated check for it.
I prefer black, but anything automated is perfect!
Good to go?
Thanks for improving this, @Felixoid! I just ran into a small regression caused by the change. Should be fixed by #405.