mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
Merge pull request #91840 from basvandijk/fix-selectors2
pythonPackages.selectors2: fix build by disabling failing test_above_fd_setsize
This commit is contained in:
commit
27f107dc01
@ -17,7 +17,8 @@ buildPythonPackage rec {
|
||||
# Trick to disable certain tests that depend on timing which
|
||||
# will always fail on hydra
|
||||
export TRAVIS=""
|
||||
nosetests tests/test_selectors2.py
|
||||
nosetests tests/test_selectors2.py \
|
||||
--exclude=test_above_fd_setsize
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user