New submission from Matej Cepl:
With pure clone of https://github.com/python/cpython.git (no patches applied
whatsoever, and the last commit is
https://github.com/python/cpython/commit/650406fe7373f31b595b381d4f2f02065607386a)
and pure
./configure && make -j2 && make -j2 test I get one failed test:
======================================================================
ERROR: test_linux_constants (test.test_resource.ResourceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/matej/Repos/cpython/Lib/test/test_resource.py", line 139, in
test_linux_constants
self.assertIsInstance(resource.RLIMIT_RTTIME, int)
AttributeError: 'module' object has no attribute 'RLIMIT_RTTIME'
----------------------------------------------------------------------
Ran 9 tests in 0.468s
FAILED (errors=1, skipped=1)
test test_resource failed
make: *** [test] Error 1
----------
messages: 200973
nosy: mcepl
priority: normal
severity: normal
status: open
title: on RHEL6 simple build fails with test_linux_constants
(test.test_resource.ResourceTest)
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue19353>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com