python-urllib3/1614.patch
Jeremy Cline 17996d6c19 Update to v1.25.3
Pulls in an upstreamed (but unreleased) patch for the tests to work
with the latest pytest.
2019-05-28 13:16:50 -04:00

21 lines
599 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
@@ -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