diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-10-13 16:12:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 16:12:48 (GMT) |
commit | f59ed3c310a7ceebf2a56a84ea969a7f75d95b64 (patch) | |
tree | 4756eaa88c988fe35f1742d1907e819095d8b5b0 /PCbuild/lib.pyproj | |
parent | 676201a59f90caace606d11d4172aa74c1cd4992 (diff) | |
download | cpython-f59ed3c310a7ceebf2a56a84ea969a7f75d95b64.zip cpython-f59ed3c310a7ceebf2a56a84ea969a7f75d95b64.tar.gz cpython-f59ed3c310a7ceebf2a56a84ea969a7f75d95b64.tar.bz2 |
bpo-45229: Make tkinter tests discoverable (GH-28637)
Diffstat (limited to 'PCbuild/lib.pyproj')
-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 ee22513..06e0a8b 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -1424,7 +1424,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" /> @@ -1436,7 +1435,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" /> |