mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Another fix for the bsddb3 tests
This commit is contained in:
parent
087f8ae4cf
commit
1fd77708e3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class DBSequenceTest(unittest.TestCase):
|
|||
pass
|
||||
tempfile.tempdir = self.homeDir
|
||||
self.filename = os.path.split(tempfile.mktemp())[1]
|
||||
tempfile.tempdir = old_tempfile_tempdir
|
||||
tempfile.tempdir = None
|
||||
|
||||
self.dbenv = db.DBEnv()
|
||||
self.dbenv.open(self.homeDir, db.DB_CREATE | db.DB_INIT_MPOOL, 0o666)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue