Created
March 19, 2011 06:14
-
-
Save vbabiy/877274 to your computer and use it in GitHub Desktop.
This file contains 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
(python3.1) vbabiy@ubuntu ~/Projects/git-projects/pip [python3•] ❯❯ time nosetests -v -x tests.test_basic | |
Check we are running proper version of pip in run_pip. ... ERROR | |
====================================================================== | |
ERROR: Check we are running proper version of pip in run_pip. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/vbabiy/.virtualenvs/python3.1/lib/python3.1/site-packages/nose/case.py", line 188, in runTest | |
self.test(*self.arg) | |
File "/mnt/hgfs/mac_home/Projects/git-projects/pip/tests/test_basic.py", line 20, in test_correct_pip_version | |
result = run_pip('--version') | |
File "/mnt/hgfs/mac_home/Projects/git-projects/pip/tests/test_pip.py", line 462, in run_pip | |
result = env.run('pip', *args, **kw) | |
File "/mnt/hgfs/mac_home/Projects/git-projects/pip/tests/test_pip.py", line 355, in run | |
return TestPipResult(super(TestPipEnvironment, self).run(cwd=cwd, *args, **kw), verbose=self.verbose) | |
File "/home/vbabiy/.virtualenvs/python3.1/lib/python3.1/site-packages/scripttest/__init__.py", line 253, in run | |
files_after=files_after) | |
File "/home/vbabiy/.virtualenvs/python3.1/lib/python3.1/site-packages/scripttest/__init__.py", line 390, in __init__ | |
if f.mtime < files_after[path].mtime: | |
TypeError: unorderable types: NoneType() < NoneType() | |
---------------------------------------------------------------------- | |
Ran 1 test in 13.368s | |
FAILED (errors=1) | |
real 0m13.552s | |
user 0m0.130s | |
sys 0m13.400s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment