aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-flask/skip-bad-request-test.patch
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-04-26 11:59:15 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-26 17:08:07 +0000
commit173bf56df05ab81030ed6103c4ab0ce66541924d (patch)
tree65ef0515dd9207f4df9313d9ba4e1a891769d50f /community/py3-flask/skip-bad-request-test.patch
parent4c2bb15413c0b37bd88e285164706147092bd570 (diff)
downloadaports-173bf56df05ab81030ed6103c4ab0ce66541924d.tar.bz2
aports-173bf56df05ab81030ed6103c4ab0ce66541924d.tar.xz
community/py3-flask: upgrade to 1.1.2
Diffstat (limited to 'community/py3-flask/skip-bad-request-test.patch')
-rw-r--r--community/py3-flask/skip-bad-request-test.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/py3-flask/skip-bad-request-test.patch b/community/py3-flask/skip-bad-request-test.patch
deleted file mode 100644
index ecca4dcfcf..0000000000
--- a/community/py3-flask/skip-bad-request-test.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/tests/test_helpers.py b/tests/test_helpers.py
-index 75c8105..af79f4e 100644
---- a/tests/test_helpers.py
-+++ b/tests/test_helpers.py
-@@ -714,8 +714,8 @@ class TestSendfile(object):
- app.root_path = os.path.join(os.path.dirname(__file__),
- 'test_apps', 'subdomaintestmodule')
-
-- with pytest.raises(BadRequest):
-- flask.send_from_directory('static', 'bad\x00')
-+# with pytest.raises(BadRequest):
-+# flask.send_from_directory('static', 'bad\x00')
-
-
- class TestUrlFor(object):