Martin Weinelt
af84578114
python3Packages.aiohttp: remove pytest-xdist
...
Fails reproducible on hydra like this:
```
try:
# set_wakeup_fd() raises ValueError if this is not the
# main thread. By calling it early we ensure that an
# event loop running in another thread cannot add a signal
# handler.
> signal.set_wakeup_fd(self._csock.fileno())
E ValueError: set_wakeup_fd only works in main thread of the main interpreter
```
And was remove from upstreams tests due to 10-15% error rate way back
in 2018.
2021-06-22 13:42:53 +02:00
Robert Schütz
0140b2811c
python3Packages.aiohttp: 3.7.4 -> 3.7.4.post0
2021-03-07 19:43:23 +01:00
Martin Weinelt
48ebb82c32
python3Packages.aiohttp: 3.7.3 -> 3.7.4
...
https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst#374-2021-02-25
Clean up package, reenable tests, allow local networking for darwin for
loopback network tests, actually enable xdist, disable coverage.
Fixes: CVE-2021-21330
2021-02-27 12:21:18 +00:00
Frederik Rietdijk
98a0342b78
python3Packages.aiohttp: fix build
2020-12-01 14:44:25 +01:00
Frederik Rietdijk
70dc02063c
python3Packages.aiohttp: 3.6.3 -> 3.7.3
2020-12-01 14:44:08 +01:00
Frederik Rietdijk
3c68887b23
python3Packages.aiohttp: 3.6.2 -> 3.6.3
2020-11-05 15:46:56 -08:00
Jonathan Ringer
ca912341b0
python3Packages.aiohttp: fix tests
2020-08-16 17:46:43 -07:00
Simon Chatterjee
5a3546120c
python: aiohttp: fix darwin build
...
Disable a non-critical test known to fail on Darwin (see https://github.com/aio-libs/aiohttp/issues/3572 )
2020-06-19 20:16:58 +01:00
Mario Rodas
85ebbbbd3d
python38Packages.aiohttp: fix build on darwin
2020-06-16 08:52:13 +02:00
Frederik Rietdijk
b8f7c6e397
python3.pkgs.aiohttp: disable failing python 3.8 tests
2020-06-11 08:24:44 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Konrad Borowski
621c4239c3
pythonPackages.aiohttp: remove pytest-timeout check dependency
2020-02-20 21:00:46 -08:00
rnhmjoj
6be8389b04
python/aiohttp: disable test on 32bit platforms
...
The test `test_cookiejar` is failing because a time_t
constant can't be represented on 32bit platforms.
2020-02-17 16:05:46 -08:00
Jonathan Ringer
35f6a7406d
python38Packages.aiohttp: disable
...
Looks like "+" operator between futures no longer works.
Reported upstream https://github.com/aio-libs/aiohttp/issues/4525
2020-01-22 18:17:16 -08:00
Jonathan Ringer
6a2ad503c0
pythonPackages.aiohttp: disable sandbox-incompatible test
2019-12-30 16:46:49 +01:00
Jonathan Ringer
d59337e806
python3Packages.aiohttp: 3.5.4 -> 3.6.2
2019-10-18 09:54:04 +02:00
Frederik Rietdijk
33263a7efb
python3Packages.aiohttp: fix tests
2019-08-18 11:48:40 +02:00
Frederik Rietdijk
3cf9c7163f
pythonPackages.aiohttp: disable tests
2019-06-15 08:42:51 +02:00
Robert Schütz
baf6252275
python3.pkgs.aiohttp: 3.5.3 -> 3.5.4
2019-01-12 14:56:40 +01:00
Robert Schütz
98686d3b7f
python3.pkgs.aiohttp: 3.5.2 -> 3.5.3
2019-01-12 07:39:28 +01:00
Robert Schütz
cc70439e11
python3.pkgs.aiohttp: 3.4.4 -> 3.5.2
2019-01-10 17:05:15 +01:00
R. RyanTM
c8f1b83307
python36Packages.aiohttp: 3.3.2 -> 3.4.4 ( #49024 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-aiohttp/versions
2018-10-27 14:31:32 +02:00
Frederik Rietdijk
59daa4fd62
python.pkgs.aiohttp: fix build
2018-06-23 12:02:20 +02:00
Frederik Rietdijk
8491bb0dfb
python: aiohttp: 3.1.3 -> 3.3.2
2018-06-21 07:42:50 +02:00
Frederik Rietdijk
48c82cac4d
python: aiohttp: 3.1.2 -> 3.1.3
2018-05-10 10:09:13 +02:00
Robert Schütz
fe2e07451f
python: aiohttp: 3.1.1 -> 3.1.2
2018-04-08 11:36:05 +02:00
Robert Schütz
861283c3b3
pythonPackages.aiohttp: 3.0.9 -> 3.1.1
2018-04-04 19:48:00 +02:00
Robert Schütz
7dfbb8c53c
pythonPackages.aiohttp: 3.0.5 -> 3.0.9
2018-03-15 13:56:48 +01:00
Robert Schütz
3387115364
pythonPackages.aiohttp: 3.0.1 -> 3.0.5
2018-03-10 12:50:04 +01:00
Michael Weiss
fa051cdd0a
aiohttp-cors: 0.6.0 -> 0.7.0
...
Upstream removed support for Python 3.4 [0][1] (and the build fails).
[0]: https://github.com/aio-libs/aiohttp-cors/releases/tag/v0.7.0
[1]: https://github.com/aio-libs/aiohttp/releases/tag/v3.0.1
2018-03-07 22:53:54 +01:00
Robert Schütz
b431193ad1
python3Packages.aiohttp: 2.3.10 -> 3.0.1
2018-02-16 14:20:24 +01:00
Robert Schütz
43795b2cea
python3Packages.aiohttp: clean up dependencies
2018-02-10 10:53:01 +01:00
Robert Schütz
7f53156859
pythonPackages.aiohttp: 2.3.9 -> 2.3.10 and enable tests
2018-02-02 15:42:41 +01:00
Robert Schütz
c68a1651e7
pythonPackages.aiohttp: remove name attribute
2018-01-30 11:01:05 +01:00
Frederik Rietdijk
8e4486f6bb
python: aiohttp: 2.3.7 -> 2.3.9
2018-01-20 12:05:23 +01:00
Frederik Rietdijk
195a00e7a3
python: aiohttp: 2.3.3 -> 2.3.7
2017-12-30 17:06:31 +01:00
Frederik Rietdijk
44e98de414
python.pkgs: maintenance updates
2017-11-24 20:36:20 +01:00
Frederik Rietdijk
9c5bf726e5
python.pkgs: maintenance updates
2017-11-05 20:11:43 +01:00
Frederik Rietdijk
7ce848309e
python.pkgs: updates
2017-10-27 21:34:42 +02:00
Frederik Rietdijk
67651d80bc
Merge pull request #28884 from FRidh/python-fixes
...
Python: several fixes
2017-09-06 13:54:10 +02:00