Created
November 3, 2012 12:57
-
-
Save ulope/4007318 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
± ls -l | |
total 56 | |
-rw-r--r-- 1 ulo staff 925 Nov 2 14:52 AUTHORS.txt | |
-rw-r--r-- 1 ulo staff 1090 Nov 2 14:52 LICENSE.txt | |
-rw-rw-rw- 1 ulo staff 162 Oct 30 2011 MANIFEST.in | |
-rw-r--r-- 1 ulo staff 172 Nov 2 14:52 README.rst | |
drwxrwxrwx 4 ulo staff 136 Oct 30 2011 ScriptTest-1.1.1-py2.7.egg | |
drwxrwxrwx 5 ulo staff 170 Nov 2 15:13 build | |
drwxrwxrwx 6 ulo staff 204 Oct 30 2011 contrib | |
drwxrwxrwx 5 ulo staff 170 Nov 2 15:13 dist | |
drwxrwxrwx 17 ulo staff 578 Nov 2 14:52 docs | |
drwxrwxrwx 5 ulo staff 170 Oct 30 2011 mock-0.8.0beta4-py2.7.egg | |
drwxrwxrwx 5 ulo staff 170 Oct 30 2011 nose-1.1.2-py2.7.egg | |
drwxrwxrwx 30 ulo staff 1020 Nov 2 15:08 pip | |
drwxrwxrwx 9 ulo staff 306 Nov 2 15:13 pip.egg-info | |
drwxr-xr-x 3 ulo staff 102 Jun 8 14:50 projectFilesBackup | |
-rw-r--r-- 1 ulo staff 75 Nov 2 14:52 setup.cfg | |
-rw-r--r-- 1 ulo staff 2395 Nov 2 14:52 setup.py | |
drwxrwxrwx 79 ulo staff 2686 Nov 2 15:14 tests | |
-rw-r--r-- 1 ulo staff 128 Nov 2 14:52 tox.ini | |
± PYTHONPATH=. nosetests -x | |
F | |
====================================================================== | |
FAIL: Check we are running proper version of pip in run_pip. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/ulo/Envs/pipdev/lib/python2.7/site-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/Users/ulo/devel/py/pip/tests/test_basic.py", line 43, in test_correct_pip_version | |
assert not mismatch_py, 'mismatched source files in %r and %r: %r'% (pip_folder, pip_folder_outputed, mismatch_py) | |
AssertionError: mismatched source files in Path(u'/Users/ulo/devel/py/pip/pip') and u'/Users/ulo/devel/py/pip/tests/tests_cache/test_ws/.virtualenv/lib/python2.7/site-packages/pip-1.2.1.post1-py2.7.egg/pip': [u'_pkgutil.py'] | |
---------------------------------------------------------------------- | |
Ran 1 test in 1.501s | |
FAILED (failures=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment