jmespath / jmespath.py

JMESPath is a query language for JSON.
http://jmespath.org
MIT License
2.19k stars 181 forks source link

Fix pytest warnings, fix tests execution #223

Closed victor-denisenko closed 2 years ago

victor-denisenko commented 3 years ago

PR related to #222

After this PR, command python -Bm pytest -ra collect and execute all 976 tests (before changes collected only 80 tests).

victor-denisenko commented 3 years ago

Travis CI failed on Python 2.6 which will no longer supported in version 0.11.0. Should I change code, to try to support 2.6? Or can you remove Python 2.6, and add Python 3.9 build job?

jamesls commented 2 years ago

Thanks for the PR, this should be fixed now with us dropping py2 support.