You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing this error in Python 3.5 on Windows:
File "d:\a\pytest\pytest\.tox\py35-xdist\lib\site-packages\coverage\sqldata.py", line 1078, in executescript
self.con.executescript(script)
sqlite3.OperationalError: database schema has changed
Workaround that by disabling coverage while running the sub test
in test_chained_exceptions_no_reprcrash
0 commit comments