From 8d82ecab638ef1cafbbf0007d597a4d9d23656ba Mon Sep 17 00:00:00 2001 From: Ratan Kulshreshtha Date: Thu, 23 May 2019 23:27:37 +0530 Subject: [PATCH] Update assertions to pytest style --- setup.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.cfg b/setup.cfg index ddda086a0..dbd367b86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,5 +20,5 @@ requires-dist = PySocks>=1.5.6,<2.0,!=1.5.7; extra == 'socks' brotlipy>=0.6.0; extra == 'brotli' -[pytest] +[tool:pytest] xfail_strict = true