Skip to content

Commit

Permalink
python.pkgs.ws4py: skip flaky timing-sensitive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Dec 1, 2017
1 parent 0fe990b commit 0df7d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/ws4py/default.nix
Expand Up @@ -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; {
Expand Down

0 comments on commit 0df7d2d

Please sign in to comment.