This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_bsddb3 skipped -- cannot import name test_support
Type: behavior Stage:
Components: Library (Lib), Tests Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jcea Nosy List: jcea, pitrou
Priority: critical Keywords:

Created on 2008-09-01 14:58 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg72258 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-09-01 14:58
This is what I get with the current py3k branch:

test_bsddb3 skipped -- cannot import name test_support

In py3k test/test_support.py has been renamed to test/support.py. The
fix should be simple enough :)
msg72302 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2008-09-01 22:08
Patch summitted as r66123 and r66124.
History
Date User Action Args
2022-04-11 14:56:38adminsetgithub: 48000
2008-09-01 22:08:47jceasetstatus: open -> closed
resolution: accepted
messages: + msg72302
2008-09-01 14:58:04pitroucreate