python-urllib3/modify-pytest-tool.patch
2019-09-30 11:15:38 -04:00

20 lines
561 B
Diff

From 8d82ecab638ef1cafbbf0007d597a4d9d23656ba Mon Sep 17 00:00:00 2001
From: Ratan Kulshreshtha <ratan.shreshtha@gmail.com>
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
@@ -19,4 +19,4 @@ requires-dist =
PySocks>=1.5.6,<2.0,!=1.5.7; extra == 'socks'
-[pytest]
+[tool:pytest]
xfail_strict = true