[New-bugs-announce] [issue25800] errors running test_capi from command line

SilentGhost report at bugs.python.org
Fri Dec 4 17:16:46 EST 2015


New submission from SilentGhost:

Running:

./python Lib/test/test_capi.py

I got EmbeddingTests erroring out in setUp: first line of which (a triple application of os.path.dirname) creates an empty string which cannot be used as an argument to os.chdir afterwards. I'm to be honest not at all sure how this should be properly solved.

Just for the record: running ./python -m test test_capi works fine.

----------
components: Tests
messages: 255888
nosy: SilentGhost, zach.ware
priority: normal
severity: normal
status: open
title: errors running test_capi from command line
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25800>
_______________________________________


More information about the New-bugs-announce mailing list