From fd4282c7fa3e50a63ec39c4d21c9e74974d6ecc8 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 3 May 2018 22:43:57 +0200 Subject: [PATCH] pytest: use --strict (#5966) 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 =