jaegertracing/jaeger-client-python

Clean-up pins in the dependencies

yurishkuro opened this issue · 1 comments

We are pinning too many test dependencies, those pins are starting to create cascading issues between them. We need to try to remove most of the pins, and find alternative solutions for cases like this:

            # pinned to avoid RemovedInPytest4Warning
            'pytest>=3.7.0,<3.8.0',

While going through setup.py I found that we are using pytest-tornado which seems to be not maintained any more. eugeniy/pytest-tornado#41 eugeniy/pytest-tornado#37
We are pinning the pytest version to avoid the warnings created by pytest-tornado