From 565711c9b2740d522e1a0852205a63a54aa216ab Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Tue, 1 Aug 2023 00:20:36 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e7b500e..23bf1a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -78,7 +78,7 @@ testpaths = tests/ junit_family=xunit2 asyncio_mode=auto timeout=15 - +xfail_strict = true [mypy] strict=True