mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.11] gh-104461: Run tkinter test_configure_screen on X11 only (GH-104526)
Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
This commit is contained in:
parent
a712c5f42d
commit
7779027084
2 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,8 @@ class ToplevelTest(AbstractToplevelTest, unittest.TestCase):
|
|||
|
||||
def test_configure_screen(self):
|
||||
widget = self.create()
|
||||
if widget._windowingsystem != 'x11':
|
||||
self.skipTest('Not using Tk for X11')
|
||||
self.assertEqual(widget['screen'], '')
|
||||
try:
|
||||
display = os.environ['DISPLAY']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue