Skip to content

Commit fd4282c

Browse files
blueyedtomchristie
authored andcommitted
pytest: use --strict (#5966)
This causes errors with invalid markers: > AttributeError: 'skipUnless' not a registered marker Fixed in #5965.
1 parent d4dc24e commit fd4282c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
addopts=--tb=short
2+
addopts=--tb=short --strict
33

44
[tox]
55
envlist =

0 commit comments

Comments
 (0)