Skip to content

Instantly share code, notes, and snippets.

@dstufft
Created July 2, 2014 23:02
Show Gist options
  • Save dstufft/f1b65f16e702791b1427 to your computer and use it in GitHub Desktop.
Save dstufft/f1b65f16e702791b1427 to your computer and use it in GitHub Desktop.
$ git clone git@github.com:xavfernandez/pip.git
$ cd pip
$ git checkout debug_stuck
$ pip install pytest==2.5.2 scripttest==1.3 virtualenv==1.11.6 mock==1.0.1 pretend==1.0.8 setuptools==4.0
$ # The below should pass just fine
$ py.test -k test_env_vars_override_config_file -v -s
$ # Now edit pip/req/req_set.py and remove method remove_me_to_block or change its content to print('KO') or pass
$ # The below should hang forever
$ py.test -k test_env_vars_override_config_file -v -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment