Skip to content

Commit

Permalink
Merge pull request #91440 from gebner/uvloop-test
Browse files Browse the repository at this point in the history
uvloop: fix tests on python 3.8
  • Loading branch information
gebner committed Jun 24, 2020
2 parents 41ba255 + 4bdb779 commit 27859f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/uvloop/default.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit 27859f1

Please sign in to comment.