summaryrefslogtreecommitdiff
path: root/net-misc/httpie/files/httpie-1.0.3-test_stream.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /net-misc/httpie/files/httpie-1.0.3-test_stream.patch
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'net-misc/httpie/files/httpie-1.0.3-test_stream.patch')
-rw-r--r--net-misc/httpie/files/httpie-1.0.3-test_stream.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/httpie/files/httpie-1.0.3-test_stream.patch b/net-misc/httpie/files/httpie-1.0.3-test_stream.patch
deleted file mode 100644
index 0df4a0a760eb..000000000000
--- a/net-misc/httpie/files/httpie-1.0.3-test_stream.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/tests/test_stream.py 2019-10-13 17:33:33.346205203 +0200
-+++ b/tests/test_stream.py 2019-10-13 17:37:57.513646115 +0200
-@@ -19,7 +19,7 @@
- stdout_isatty=False)
- r = http('--verbose', '--pretty=all', '--stream', 'GET',
- httpbin.url + '/get', env=env)
-- assert BINARY_SUPPRESSED_NOTICE.decode() in r
-+ assert True
-
-
- def test_encoded_stream(httpbin):
-@@ -29,7 +29,7 @@
- env = MockEnvironment(stdin=f, stdin_isatty=False)
- r = http('--pretty=none', '--stream', '--verbose', 'GET',
- httpbin.url + '/get', env=env)
-- assert BINARY_SUPPRESSED_NOTICE.decode() in r
-+ assert True
-
-
- def test_redirected_stream(httpbin):