Commit Graph

17 Commits

Author SHA1 Message Date
Ivan Babrou
b2aad648ae python3Packages.uvloop: disable flaky test on aarch64-darwin 2021-06-14 12:41:23 -07:00
Martin Weinelt
7f428e89d7
python3Packages.uvloop: disable problematic test on aarch64
This test case gets stuck on our aarch64 builder since the 0.15.0
upgrade, and so the package has not been in the cache for aarch64,
since the job reliably timed out.

The issue didn't get noticed earlier because the package does in fact
build on some aarch64 machines, like my raspberry pi 4.

Reported upstream at https://github.com/MagicStack/uvloop/issues/412.
2021-05-09 05:39:06 +02:00
Frederik Rietdijk
82b542feab python3Packages.uvloop: 0.15.1 -> 0.15.2 2021-02-26 11:01:58 +01:00
Martin Weinelt
06b323d4df
python3Packages.uvloop: 0.15.0 -> 0.15.1 2021-02-15 18:57:48 +01:00
Martin Weinelt
fe0892d030
python3Packages.uvloop: 0.14.0 -> 0.15.0
Reenable all tests, drop darwin sandbox patch, cleanup.

This unbreaks uvloop on python3.9.
2021-02-10 15:57:13 +01:00
Jonathan Ringer
9ae490f32a python39Packages.uvloop: mark broken
see: https://github.com/MagicStack/uvloop/issues/365
2020-12-03 10:22:38 -08:00
Martin Weinelt
affa7726ac python3Packages.uvloop: disable test_write_to_closed_transport test on 3.8+
Reenables the TCP testsuite and only disables the single failing test.

https://github.com/MagicStack/uvloop/issues/355
2020-08-16 09:15:07 -07:00
Gabriel Ebner
4bdb77918b uvloop: fix tests on python 3.8 2020-06-24 22:38:15 +02:00
Simon Chatterjee
084d3da828 python: uvloop: fix darwin build
Skip tests that fail on Darwin
2020-06-19 20:16:58 +01:00
Drew Risinger
364909d535 python3Packages.uvloop: enable on python3.8
Allow build pass by disabling test. Isolated issue to
test_sockets.py::TestAIOSockets::test_sock_close_add_reader_race.
This test is supposed to be skipped, but it isn't for some reason,
so we disable it instead.
See uvloop#284 (https://github.com/MagicStack/uvloop/pull/284)
for full details. Don't know why this test isn't properly skipped.
2020-04-03 20:41:34 -04:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Jonathan Ringer
3671932188 python38Packages.uvloop: disable
Tests hang, indicating race condition
2020-01-22 18:17:02 -08:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Jonathan Ringer
dd79af2216 python3Packages.uvloop: 0.13.0 -> 0.14.0 2019-11-12 08:54:22 -08:00
Fabian Möller
69ee17f060
uvloop: fix darwin build 2019-09-13 23:11:56 +02:00
Dima
a88976d222 pythonPackages.uvloop: 0.12.2 -> 0.13.0 (#67735)
* As mentioned in https://github.com/NixOS/nixpkgs/issues/67492
the build was broken after an update of openssl versions.

* Fixes a flake8 unit-test case that requires a flake8 config
which is not shipped with the distribution.

* Fixes build on darwin.
2019-09-01 22:53:50 -04:00
Chris Ostrouchov
b9ccbbffa7
pythonPackages.uvloop: init at 0.12.2 2019-05-08 07:41:51 -04:00