New submission from Chris Angelico: When tests are run from an Upstart job in a minimal environment, test_posix.test_initgroups fails as it attempts to find the max() of an empty list of supplementary groups.
Problem sighted with 2.7, 3.3, and 3.x branches. Patch derived from 3.x (default branch), applies cleanly to 2.7 and 3.3 as well. ---------- components: Tests files: test_posix.patch keywords: patch messages: 208069 nosy: Rosuav priority: normal severity: normal status: open title: test_posix.test_initgroups fails when running with no supplementary groups versions: Python 2.7, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file33455/test_posix.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20249> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com