python.pkgs.ws4py: skip flaky timing-sensitive tests

This commit is contained in:
Orivej Desh 2017-12-01 04:11:03 +00:00
parent 0fe990b000
commit 0df7d2d010

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ asyncio cherrypy gevent tornado ]; propagatedBuildInputs = [ asyncio cherrypy gevent tornado ];
checkPhase = '' checkPhase = ''
pytest test pytest -k 'not test_timeout_when_no_registered_fds and not test_mainloop_can_be_stopped_when_no_websocket_were_registered'
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {