cdent / gabbi

Declarative HTTP Testing for Python and anything else
http://gabbi.readthedocs.org/
Other
148 stars 34 forks source link

Update python version support and tests #293

Closed cdent closed 3 years ago

cdent commented 3 years ago

Remove support for py35, add support for 3.9, make limit, prefix, etc. tests use 3.8. Fix support for pypy3 by using pytest to run pypy3 tests. Update tox, workflows, trove classifiers.

(stestr pulls in readline and readline is not working in pypy3)

Fixes #290