17996d6c19
Pulls in an upstreamed (but unreleased) patch for the tests to work with the latest pytest.
21 lines
599 B
Diff
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
|