Commit Graph

19 Commits

Author SHA1 Message Date
Martin Weinelt
21294b470c
python3Packages.httplib2: disable test_timeout_subsequent on darwin 2021-04-23 15:50:34 +02:00
Martin Weinelt
f185a7b843
python3Packages.httplib2: allow local networking on darwin
There is just one test failure on darwin, and it can probably be worked
around by allowing local networking.

This should hopefully fix the following testsuite error:

```
___________________________ test_timeout_subsequent ____________________________
tests/test_other.py:137: in test_timeout_subsequent
    assert response.status == 200
E   assert 408 == 200
E     +408
E     -200
        Handler    = <class 'tests.test_other.test_timeout_subsequent.<locals>.Handler'>
        _          = b'Request Timeout'
        http       = <httplib2.Http object at 0x10860f400>
        response   = {'content-type': 'text/plain', 'status': '408', 'content-length': 15}
        uri        = 'http://localhost:58287/'
----------------------------- Captured stderr call -----------------------------
Traceback (most recent call last):
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 311, in server_socket_thread
    fun(client, tick)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 392, in server_request_socket_handler
    request = HttpRequest.from_buffered(buf)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 177, in from_buffered
    return parse_http_message(cls, buf)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 120, in parse_http_message
    start_line = buf.readline()
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 110, in readline
    self._fill(more=1)
  File "/private/tmp/nix-build-python3.8-httplib2-0.19.1.drv-0/source/tests/__init__.py", line 81, in _fill
    chunk = self._sock.recv(8 << 10)
ConnectionResetError: [Errno 54] Connection reset by peer
```
2021-04-23 01:28:53 +02:00
github-actions[bot]
8248f4db36
Merge master into staging-next 2021-04-22 06:05:51 +00:00
Fabian Affolter
c852810d43 python3Packages.httplib2: 0.19.0 -> 0.19.1 2021-04-11 08:55:29 +00:00
Noah D. Brenowitz
c2cb457ebf python37Packages.httplib: disable tests on darwin
Most of the tests were failing on Mac OS, and tests were only recently
enabled for this package.
2021-03-19 07:59:12 -07:00
Fabian Affolter
d247e9f2f8 python3Packages.httplib2: enable tests 2021-02-26 11:02:00 +01:00
Fabian Affolter
0ea2aaeee9 python3Packages.httplib2: 0.18.0 -> 0.19.0 2021-02-26 11:02:00 +01:00
Frederik Rietdijk
cc4cd90445 python: httplib2: 0.17.4 -> 0.18.1 2020-06-11 10:00:00 +02:00
Frederik Rietdijk
8deeb9ab73 python: httplib2: 0.17.3 -> 0.17.4 2020-06-06 08:34:54 +02:00
Frederik Rietdijk
ce14d185dc python3Packages.httplib2: 0.17.0 -> 0.17.3 2020-05-11 22:12:11 +02:00
Michael Weiss
b67aafe8b8
python3Packages.httplib2: 0.15 -> 0.17 (#82355) 2020-03-21 21:42:23 +01:00
Frederik Rietdijk
b8d4b5c340 python: httplib2: 0.14.0 -> 0.15.0 2019-12-30 16:46:43 +01:00
c0bw3b
69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
Frederik Rietdijk
effe1e888c python: httplib2: 0.12.3 -> 0.14.0 2019-10-27 16:26:44 +01:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Frederik Rietdijk
b84525da42 python: httplib2: 0.12.1 -> 0.12.3 2019-04-24 18:43:25 +02:00
Frederik Rietdijk
5db9c23d66 python: httplib2: 0.12.0 -> 0.12.1 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
862799a545 python: httplib2: 0.11.3 -> 0.12.0 2019-02-17 14:40:24 +01:00
Robin Gloster
926f312cf4
python.pkgs.httplib2: 0.9.2 -> 0.11.3 2018-05-01 14:13:22 +02:00