[py-dev] py.test error with cygwin update

holger krekel hpk at trillke.net
Tue Jul 19 19:13:39 CEST 2005


Hi, 

On Tue, Jul 19, 2005 at 08:44 -0400, odonian at gmail.com wrote:
> Thanks for the quick help; I did svn up, then setup.py build and
> install.  A different traceback now appears:
> ...
> py.error.UnknownErrno136: [No such host or network path]: stat('//conftest.py',)

Hum, this looks like a strange path.  Can you 'cd' to your testing
directory, open a python interactive prompt and issue

    >>> py.path.local().parts() 

and send the results here?  

A different issue is why Python doesn't know about Errno 136 
and which error we could map it to. 

cheers, 

    holger



More information about the Pytest-dev mailing list