schireson / pytest-mock-resources

Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.
https://pytest-mock-resources.readthedocs.io/en/latest/quickstart.html
MIT License
179 stars 19 forks source link

Drop python 2.7 support #78

Closed DanCardin closed 3 years ago

DanCardin commented 4 years ago

Is your feature request related to a problem? Please describe. It's a maintenance burden, and pytest itself only supports 2.7 up to 4.6.X.

We should maybe produce a final, minor release with 2.7 support so we can theoretically have a clean 1.x.Y version off which to backport things onto Y if it ever became important.

kpitzen commented 3 years ago

Just stopping by to express my support for resolving this issue.

DanCardin commented 3 years ago

As of version 2.0 python 2 was dropped