Antoine Pitrou added the comment:

+        self.assertRaises(PermissionError, resource.prlimit,
+                          1, resource.RLIMIT_AS)

Please skip this when run as root.

+        self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS), (-1, -1))

What if it's not that value by default? Please fix the test to make it
more robust.

----------
status: pending -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16595>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to