diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2021-10-13 17:08:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 17:08:44 (GMT) |
commit | 5d747130933a25a3984f78ae32d2e74a0d2dc5d1 (patch) | |
tree | 4c7dabca267a850767aa1c3914394686b5109681 /PCbuild | |
parent | 5638618845752f713c00d69dbe705fed16761948 (diff) | |
download | cpython-5d747130933a25a3984f78ae32d2e74a0d2dc5d1.zip cpython-5d747130933a25a3984f78ae32d2e74a0d2dc5d1.tar.gz cpython-5d747130933a25a3984f78ae32d2e74a0d2dc5d1.tar.bz2 |
[3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929)
(cherry picked from commit f59ed3c310a7ceebf2a56a84ea969a7f75d95b64)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/lib.pyproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index f0c51ed..0fc2aa0 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -1430,7 +1430,6 @@ <Compile Include="tkinter\messagebox.py" /> <Compile Include="tkinter\scrolledtext.py" /> <Compile Include="tkinter\simpledialog.py" /> - <Compile Include="tkinter\test\runtktests.py" /> <Compile Include="tkinter\test\support.py" /> <Compile Include="tkinter\test\test_tkinter\test_font.py" /> <Compile Include="tkinter\test\test_tkinter\test_geometry_managers.py" /> @@ -1442,7 +1441,6 @@ <Compile Include="tkinter\test\test_tkinter\test_widgets.py" /> <Compile Include="tkinter\test\test_tkinter\__init__.py" /> <Compile Include="tkinter\test\test_ttk\test_extensions.py" /> - <Compile Include="tkinter\test\test_ttk\test_functions.py" /> <Compile Include="tkinter\test\test_ttk\test_style.py" /> <Compile Include="tkinter\test\test_ttk\test_widgets.py" /> <Compile Include="tkinter\test\test_ttk\__init__.py" /> |