chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

support Python 3.8 in tests #759

Closed chdsbd closed 2 years ago

chdsbd commented 2 years ago

I upgraded my local Python version to 3.8 and some of the tests were failing. Removing the future wrapping fixes the issue.