diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-04-04 15:21:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-04-04 15:21:02 (GMT) |
commit | b2fc21e9f8b58dd079ea0e6ebfc49ecda6114aea (patch) | |
tree | abd9b87792117fb99e7f5a149f16f27ec3e08d18 /Lib/test/regrtest.py | |
parent | 3b8ff310554294b1aa9ba5c9f551e2e941d8d7fa (diff) | |
download | cpython-b2fc21e9f8b58dd079ea0e6ebfc49ecda6114aea.zip cpython-b2fc21e9f8b58dd079ea0e6ebfc49ecda6114aea.tar.gz cpython-b2fc21e9f8b58dd079ea0e6ebfc49ecda6114aea.tar.bz2 |
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.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index be60023..ab817f3 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -741,7 +741,6 @@ _expectations = { test_pwd test_resource test_signal - test_sqlite test_sunaudiodev test_threadsignals test_timing |