Closed
Description
Following #21 and associated fix in #22 to accommodate a Python 2.7 behavior, I started thinking about when this plugin should stop supporting Python 2.7 / 3.4
According to the https://pythonclock.org/ , support ends at the end of 2019.
pytest has started warning about deprecation:
You are using Python 2.7.15, which will no longer be supported in pytest 5.0
pytest 5.0 is scheduled for sometime mid-2019 - after which the pytest 4.x branch will continue to be supported until mid-2020.
Please use this issue to discuss your use cases and expectations for longer-term support if you're looking for those versions to be supported beyond the runtime and test framework's lifetime.