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.
We use Dependabot to manage dependencies, and I just recently ran into this error:
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.