From de25141110b220f0a72a7306741a791b8349b1b3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 3 May 2018 13:35:29 +0200 Subject: [PATCH] pytest: use --strict This causes errors with invalid markers: > AttributeError: 'skipUnless' not a registered marker Fixed in https://github.com/encode/django-rest-framework/pull/5965. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d48d79be6..9efeea5e5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [pytest] -addopts=--tb=short +addopts=--tb=short --strict [tox] envlist =