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

Define pytest marks #161

Merged
merged 2 commits into from
Feb 18, 2021
Merged

Define pytest marks #161

merged 2 commits into from
Feb 18, 2021

Conversation

humitos
Copy link
Member

@humitos humitos commented Feb 2, 2021

This is to avoid a WARNING,

tests/test_versions.py:7

  /home/travis/build/readthedocs/readthedocs-docker-images/tests/test_versions.py:7: PytestUnknownMarkWarning: Unknown pytest.mark.image_master - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html

    @pytest.mark.image_master

This is to avoid a WARNING,

tests/test_versions.py:7

  /home/travis/build/readthedocs/readthedocs-docker-images/tests/test_versions.py:7: PytestUnknownMarkWarning: Unknown pytest.mark.image_master - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html

    @pytest.mark.image_master
Co-authored-by: Santos Gallegos <[email protected]>
@humitos humitos requested a review from stsewd February 18, 2021 12:16
@stsewd stsewd merged commit 122babf into master Feb 18, 2021
@stsewd stsewd deleted the humitos/define-pytest-marks branch February 18, 2021 14:47
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.

2 participants