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

Add patch for create engine. #36

Closed PrateekPisat closed 5 years ago

PrateekPisat commented 5 years ago

Had to undo the changes @oakhan3 had made to requirements.in in the latest merge, since it leads to this error in CI: https://circleci.com/gh/schireson/schireson-pytest-mock-resources/722?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

oakhan3 commented 5 years ago

Had to undo the changes @oakhan3 had made to requirements.in in the latest merge, since it leads to this error in CI: https://circleci.com/gh/schireson/schireson-pytest-mock-resources/722?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

I don't think you would have to do that as its passing in master atm