[issue17751] ctypes/test/test_macholib.py fails when run from the installed location

2015-04-14 Thread Marin Dantchev

Marin Dantchev added the comment:

@Zachary - while that is doable, ctypes.macholib.dyld seems to be available in 
the dev version of 3.5.

>>> import ctypes.macholib.dyld
>>> ctypes.macholib.dyld.__file__
'/home/morkov/dev/cpython/Lib/ctypes/macholib/dyld.py'
>>> from ctypes.macholib.dyld import dyld_find
>>> dyld_find


The test itself is skipped correctly if I run on Linux.

/home/morkov/dev/cpython/python ./Lib/ctypes/test/test_macholib.py
s
--
Ran 1 test in 0.001s

OK (skipped=1)

--

___
Python tracker 
<http://bugs.python.org/issue17751>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17751] ctypes/test/test_macholib.py fails when run from the installed location

2015-04-13 Thread Marin Dantchev

Marin Dantchev added the comment:

@Zachary: Wrong paste. Correct change is 

Lib\ctypes\test\test_macholib.py@91160:6f63fff5c120, which makes the test only 
run on OSX.

--

___
Python tracker 
<http://bugs.python.org/issue17751>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17751] ctypes/test/test_macholib.py fails when run from the installed location

2015-04-13 Thread Marin Dantchev

Marin Dantchev added the comment:

This appears to have been fixed in ef491d76ac70.

--
nosy: +morkov

___
Python tracker 
<http://bugs.python.org/issue17751>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com