This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author felixonmars
Recipients federico.granata, felixonmars, pablogsal, xtreak
Date 2020-10-08.11:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602156967.73.0.850002936735.issue41970@roundup.psfhosted.org>
In-reply-to
Content
I use this in Arch's packaging:

LC_CTYPE=en_US.UTF-8 xvfb-run -s "-screen 0 1920x1080x16 -ac +extension GLX" -a -n "$servernum" \
    "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_tk

(test_tk is currently skipped due to https://bugs.python.org/issue41306)
History
Date User Action Args
2020-10-08 11:36:07felixonmarssetrecipients: + felixonmars, pablogsal, xtreak, federico.granata
2020-10-08 11:36:07felixonmarssetmessageid: <1602156967.73.0.850002936735.issue41970@roundup.psfhosted.org>
2020-10-08 11:36:07felixonmarslinkissue41970 messages
2020-10-08 11:36:07felixonmarscreate