mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
sqlite on Windows:
- The buildbot "fetch it" step failed at the end, due to using Unix syntax in the final "copy the DLL" step. test_sqlite was skipped as a result. - test_sqlite is no longer an expected skip on Windows.
This commit is contained in:
parent
3b8ff31055
commit
b2fc21e9f8
2 changed files with 1 additions and 2 deletions
|
|
@ -741,7 +741,6 @@ def printlist(x, width=70, indent=4):
|
|||
test_pwd
|
||||
test_resource
|
||||
test_signal
|
||||
test_sqlite
|
||||
test_sunaudiodev
|
||||
test_threadsignals
|
||||
test_timing
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@ if not exist tcl8.4.12 (
|
|||
|
||||
@rem sqlite
|
||||
if not exist sqlite-source-3.3.4 svn export http://svn.python.org/projects/external/sqlite-source-3.3.4
|
||||
if not exist build/Python/PCbuild/sqlite3.dll copy sqlite-source-3.3.4/sqlite3.dll build/Python/PCbuild
|
||||
if not exist build\Python\PCbuild\sqlite3.dll copy sqlite-source-3.3.4\sqlite3.dll build\Python\PCbuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue