mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-34189: Fix checking for bugfix Tcl version. (GH-8397)
This commit is contained in:
parent
e271ca78e3
commit
c75c1e0e8a
2 changed files with 14 additions and 4 deletions
|
@ -717,9 +717,7 @@ class ListboxTest(AbstractWidgetTest, unittest.TestCase):
|
|||
self.checkEnumParam(widget, 'activestyle',
|
||||
'dotbox', 'none', 'underline')
|
||||
|
||||
@requires_tcl(8, 6, 5)
|
||||
def test_justify(self):
|
||||
AbstractWidgetTest.test_justify(self)
|
||||
test_justify = requires_tcl(8, 6, 5)(StandardOptionsTests.test_justify)
|
||||
|
||||
def test_listvariable(self):
|
||||
widget = self.create()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue