[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

E. Paine report at bugs.python.org
Mon Aug 3 06:17:45 EDT 2020


E. Paine <paineelisha at gmail.com> added the comment:

+1 this issue. I have encountered this problem lots when testing patches and almost always just end up deleting the test_from method to get test_tk to pass. I am not sure of a solution, though, as we *need* to keep test compatibility with Tk 8.6.8 while (preferably) being able to recognise when the value is wrong for the given version. I hope to take a more in-depth look at the problem and possible solutions (I want to avoid, if possible, either checking the Tk version or allowing both 14.9 & 15.0 values to pass the test).

----------
components: +Tkinter
nosy: +epaine

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41306>
_______________________________________


More information about the Python-bugs-list mailing list