[New-bugs-announce] [issue19353] on RHEL6 simple build fails with test_linux_constants (test.test_resource.ResourceTest)

Matej Cepl report at bugs.python.org
Tue Oct 22 19:14:26 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19353>
_______________________________________


More information about the New-bugs-announce mailing list