Skip to content

Commit

Permalink
Define pytest marks (#161)
Browse files Browse the repository at this point in the history
* Define pytest marks

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

* Update pytest.ini

Co-authored-by: Santos Gallegos <[email protected]>

Co-authored-by: Santos Gallegos <[email protected]>
  • Loading branch information
humitos and stsewd authored Feb 18, 2021
1 parent 47679ba commit 122babf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[pytest]
addopts = --strict-markers
markers =
image_master
image_70
image_60
image_50

0 comments on commit 122babf

Please sign in to comment.