diff options
author | Christopher Chavez <chrischavez@gmx.us> | 2023-05-16 02:22:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 02:22:53 (GMT) |
commit | fdafdc235e74f2f4fedc1f745bf8b90141daa162 (patch) | |
tree | fe8a4a4ebfba9e1fc56e2c63aa80b6851893108b /Misc | |
parent | 456d56698db6c6287500f591927c900a5f5221ca (diff) | |
download | cpython-fdafdc235e74f2f4fedc1f745bf8b90141daa162.zip cpython-fdafdc235e74f2f4fedc1f745bf8b90141daa162.tar.gz cpython-fdafdc235e74f2f4fedc1f745bf8b90141daa162.tar.bz2 |
gh-104461: Run tkinter test_configure_screen on X11 only (GH-104462)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2023-05-14-03-00-00.gh-issue-104461.Rmex11.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-05-14-03-00-00.gh-issue-104461.Rmex11.rst b/Misc/NEWS.d/next/Tests/2023-05-14-03-00-00.gh-issue-104461.Rmex11.rst new file mode 100644 index 0000000..ae69f62 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2023-05-14-03-00-00.gh-issue-104461.Rmex11.rst @@ -0,0 +1,3 @@ +Run test_configure_screen on X11 only, since the ``DISPLAY`` +environment variable and ``-screen`` option for toplevels +are not useful on Tk for Win32 or Aqua. |