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 markroseman
Recipients alex, glyph, jesstess, markroseman, ned.deily, ronaldoussoren
Date 2018-06-26.15:48:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530028101.41.0.56676864532.issue17496@psf.upfronthosting.co.za>
In-reply-to
Content
Just to note, this remains a PITA. To run gui tests on macOS from a terminal window seems to require commenting out the SetFrontProcess() call. A better replacement is needed as noted in the previous discussion, as well this call was deprecated in OS X 10.9 (though has not yet been removed as of this writing).

In the interim, is there a precedent for adding another command line option to the 'test' module, e.g. '--forcemacgui' so that people who want to can run those tests from a clean checkout?
History
Date User Action Args
2018-06-26 15:48:21markrosemansetrecipients: + markroseman, ronaldoussoren, ned.deily, glyph, alex, jesstess
2018-06-26 15:48:21markrosemansetmessageid: <1530028101.41.0.56676864532.issue17496@psf.upfronthosting.co.za>
2018-06-26 15:48:21markrosemanlinkissue17496 messages
2018-06-26 15:48:21markrosemancreate