Merge pull request #91440 from gebner/uvloop-test

uvloop: fix tests on python 3.8
This commit is contained in:
Gabriel Ebner 2020-06-24 22:54:31 +02:00 committed by GitHub
commit 27859f11bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,9 @@ buildPythonPackage rec {
"--tb=native"
# ignore code linting tests
"--ignore=tests/test_sourcecode.py"
# Fails on Python 3.8
# https://salsa.debian.org/python-team/modules/uvloop/-/commit/302a7e8f5a2869e13d0550cd37e7a8f480e79869
"--ignore=tests/test_tcp.py"
];
disabledTests = [