Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

13
skip-pip-install.patch Normal file
View File

@ -0,0 +1,13 @@
Index: argparse-manpage-4.3/tests/test_examples.py
===================================================================
--- argparse-manpage-4.3.orig/tests/test_examples.py
+++ argparse-manpage-4.3/tests/test_examples.py
@@ -38,6 +38,8 @@ def _rmtree(directory):
raise
def run_pip(args):
+ # Until we can figure out how to make pip behave
+ raise unittest.SkipTest()
environ = os.environ.copy()
environ['PYTHONPATH'] = ':'.join(sys.path)
from pip import __version__