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

Register pytest markers #915

Merged
merged 2 commits into from May 18, 2019
Merged

Conversation

pganssle
Copy link
Member

@pganssle pganssle commented May 17, 2019

The latest version of pytest has started warning on unregistered markers, which the test suite uses fairly extensively, causing the tests to fail. This explicitly registers all the markers
used in the test suite.

In the future we can re-assess whether we want to replace these markers with something else, and also probably we'll want to start pinning all test and documentation dependencies.

Pull Request Checklist

The latest version of pytest has started warning on unregistered
markers, which the test suite uses fairly extensively, causing the tests
to fail. This explicitly registers all the markers used in the test
suite.
@pganssle
Copy link
Member Author

Test failure is unrelated, merging.

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

Successfully merging this pull request may close these issues.

None yet

1 participant