mbr / flask-kvsession

A drop-in replacement for Flask's session handling using server-side sessions.
http://pythonhosted.org/Flask-KVSession/
MIT License
168 stars 53 forks source link

Update .travis.yml to work with current python versions #51

Open ldruschk opened 4 years ago

ldruschk commented 4 years ago

When re-running the tests with current pytest versions there were also some errors caused by deprecations within pytest, so I fixed these as well to make the build pass again