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
|
# Trick to disable certain tests that depend on timing which
|
||||||
# will always fail on hydra
|
# will always fail on hydra
|
||||||
export TRAVIS=""
|
export TRAVIS=""
|
||||||
nosetests tests/test_selectors2.py
|
nosetests tests/test_selectors2.py \
|
||||||
|
--exclude=test_above_fd_setsize
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user