Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests by altering 'errors' kwarg in assert_outcomes() to match pytest 6.x API #39

Merged
merged 1 commit into from
Aug 6, 2020

Conversation

jeancochrane
Copy link
Owner

Looks like pytest 6.x changed the assert_outcomes() API so that error is now errors. This is causing our tests to fail when the latest version of Pytest is installed. This PR updates the tests requirements to pin Pytest to >=6.0.1 and adjusts tests/test_configs.py::test_missing_db_fixture to use the new errors kwarg when calling assert_outcomes().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant