Hi,

I'm not sure what changed in my environment, but now I'm having trouble running 
my Marvin tests.


I've un-installed and re-installed Marvin, but it doesn't seem to fix this 
issue. I've also run pip install --upgrade pycurl, but that didn't fix it 
either.


=== TestName: Failure: | Status : EXCEPTION ===
ERROR

======================================================================
ERROR: Failure: ImportError (pycurl: libcurl link-time version (7.37.1) is 
older than compile-time version (7.43.0))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Python/2.7/site-packages/nose/case.py", line 132, in run
    self.beforeTest(result)
  File "/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest
    beforeTest(self.test)
  File "/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in 
beforeTest
    self.plugins.beforeTest(self.test)
  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, in 
__call__
    return self.call(*arg, **kw)
  File "/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, 
in simple
    result = meth(*arg, **kw)
  File "/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, in 
beforeTest
    join([self.__identifier, self.__testName])
TypeError: sequence item 0: expected string, NoneType found
-------------------- >> begin captured stdout << ---------------------
=== TestName: Failure: | Status : EXCEPTION ===


--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
CSLog: CRITICAL: EXCEPTION: Failure:: ['Traceback (most recent call last):\n', 
'  File "/Library/Python/2.7/site-packages/nose/case.py", line 132, in run\n    
self.beforeTest(result)\n', '  File 
"/Library/Python/2.7/site-packages/nose/case.py", line 74, in beforeTest\n    
beforeTest(self.test)\n', '  File 
"/Library/Python/2.7/site-packages/nose/proxy.py", line 117, in beforeTest\n    
self.plugins.beforeTest(self.test)\n', '  File 
"/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 99, in 
__call__\n    return self.call(*arg, **kw)\n', '  File 
"/Library/Python/2.7/site-packages/nose/plugins/manager.py", line 167, in 
simple\n    result = meth(*arg, **kw)\n', '  File 
"/Library/Python/2.7/site-packages/marvin/marvinPlugin.py", line 174, in 
beforeTest\n    join([self.__identifier, self.__testName])\n', 'TypeError: 
sequence item 0: expected string, NoneType found\n']
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 0 tests in 0.008s

FAILED (errors=1)

Thoughts?

Thanks,
Mike

Reply via email to