You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tox -e py38
...
py38 run-test: commands[0] | py.test
/.../github3/structs.py:11:
DeprecationWarning:
Using or importing the ABCs from 'collections' instead of from 'collections.abc'
is deprecated, and in 3.8 it will stop working
class GitHubIterator(models.GitHubCore, collections.Iterator):
Which is weird is that it's still just a warning even when run with 3.8
The text was updated successfully, but these errors were encountered:
Minimum Reproducible Example
Install tox then run:
Which is weird is that it's still just a warning even when run with 3.8
The text was updated successfully, but these errors were encountered: