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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25800>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to