Skip to content

Commit

Permalink
TST:Register marks explicitly in pytest.ini
Browse files Browse the repository at this point in the history
[skip actions] [skip circle]
  • Loading branch information
ilayn committed Mar 14, 2022
1 parent 0ed66c7 commit ee34280
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
@@ -1,6 +1,10 @@
[pytest]
addopts = -l
junit_family=xunit2
markers =
slow: Tests that are very slow.
xslow: Mark test as extremely slow (not run unless explicitly requested.
xfail_on_32bit: mark test as failing on 32-bit platforms

filterwarnings =
error
Expand Down

0 comments on commit ee34280

Please sign in to comment.