diff options
| author | Dino Viehland <dinoviehland@gmail.com> | 2020-01-28 13:24:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-28 13:24:12 -0800 |
| commit | 0cd5bff6b7da3118d0c5a88fc2b80f80eb7c3059 (patch) | |
| tree | 6b5bd3edd6af0d61b1ba821d003c7b11fd0b3011 /PCbuild | |
| parent | aabdeb766b7fa581e7de01f3c953b12792f0736d (diff) | |
| download | cpython-git-0cd5bff6b7da3118d0c5a88fc2b80f80eb7c3059.tar.gz | |
bpo-39459: include missing test files in windows installer
Adds missing test files to Windows installer to wrap up bpo-39459
Diffstat (limited to 'PCbuild')
| -rw-r--r-- | PCbuild/lib.pyproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 401e207ae5..d4351dec3b 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -1125,6 +1125,8 @@ <Compile Include="test\test_import\data\package\submodule.py" /> <Compile Include="test\test_import\data\package2\submodule1.py" /> <Compile Include="test\test_import\data\package2\submodule2.py" /> + <Compile Include="test\test_import\data\unwritable\__init__.py" /> + <Compile Include="test\test_import\data\unwritable\x.py" /> <Compile Include="test\test_import\__init__.py" /> <Compile Include="test\test_import\__main__.py" /> <Compile Include="test\test_index.py" /> |
