[New-bugs-announce] [issue34743] test_database_source_name fails with SQLite 3.7.9

Berker Peksag report at bugs.python.org
Wed Sep 19 15:36:44 EDT 2018


New submission from Berker Peksag <berker.peksag at gmail.com>:

======================================================================
FAIL: test_database_source_name (sqlite3.test.backup.BackupTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/berker/projects/cpython/master/Lib/sqlite3/test/backup.py", line 144, in test_database_source_name
    self.assertIn(
AssertionError: 'unrecognized error code: 1' not found in ['SQL logic error', 'SQL logic error or missing database']

A PR is on the way.

----------
assignee: berker.peksag
components: Extension Modules
messages: 325786
nosy: berker.peksag
priority: normal
severity: normal
stage: needs patch
status: open
title: test_database_source_name fails with SQLite 3.7.9
type: behavior
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34743>
_______________________________________


More information about the New-bugs-announce mailing list