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
183 stars 19 forks source link

fix: Add additional "docker" extra. #142

Closed DanCardin closed 2 years ago

DanCardin commented 2 years ago

In particular, one might not want to commit to psycopg2 or psycopg2-binary, but still want the filelock/docker extras dependencies.