python.pkgs.ws4py: skip flaky timing-sensitive tests
This commit is contained in:
parent
0fe990b000
commit
0df7d2d010
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ asyncio cherrypy gevent tornado ];
|
||||
|
||||
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; {
|
||||
|
Loading…
Reference in New Issue
Block a user