We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8740688 commit 49c9598Copy full SHA for 49c9598
tests/test_07_drag.py
@@ -7,7 +7,7 @@
7
from .util import BaseTestInterface, mock_filedialog, mock_warning_window
8
9
10
-@skipIf(system() == 'Windows' and int(python_version_tuple()[1]) < 8,
+@skipIf(system() == 'Windows' and int(python_version_tuple()[1]) < 9,
11
"For some reason, this test fails on Windows with a Python version "
12
"anterior to 3.8. It was manually checked that the drag feature was "
13
"working as expected in the interface nevertheless.")
0 commit comments