Pylons / webtest

Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.
https://docs.pylonsproject.org/projects/webtest/en/latest/
Other
336 stars 110 forks source link

ci: test and mark as python3.8 compatible #223

Closed tommilligan closed 4 years ago

tommilligan commented 4 years ago

We use Dependabot to manage dependencies, and I just recently ran into this error:

Creating virtualenv platform-2vjTJuXv-py3.8 in /home/dependabot/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...

[PackageNotFound]
Package webtest (2.0.34) not found.

I'm not sure if this is related to Dependabot's recent upgrade to python3.8, but in any case it would be great to mark this package as 3.8 compatible (as it already is!).

Tested locally with TOXENV=py38 tox and all tests passed.

tommilligan commented 4 years ago

Updated - thanks.