Skip to content

Commit

Permalink
Fix requests patch after switch to black
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored and sethmlarson committed Apr 30, 2022
1 parent cb9ebf8 commit 91d560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/requests.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ index b77cba00..5a18d72c 100644
--- a/tests/test_requests.py
+++ b/tests/test_requests.py
@@ -874,6 +874,7 @@ class TestRequests:
r = requests.get(httpbin(), cert='.')
r = requests.get(httpbin(), cert=".")
assert r.status_code == 200

+ @pytest.mark.xfail
Expand Down

0 comments on commit 91d560b

Please sign in to comment.