Skip to content

Commit 1bc4eda

Browse files
committed
WIP: disable cov in py35-win
1 parent 04d5b56 commit 1bc4eda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
python: "3.5"
5050
os: windows-latest
5151
tox_env: "py35-xdist"
52+
# getting a strange schema failure in test_chained_exceptions_no_reprcrash with cov enabled
53+
# sqlite3.OperationalError: database schema has changed
54+
skip_coverage: true
5255
- name: "windows-py36"
5356
python: "3.6"
5457
os: windows-latest

0 commit comments

Comments
 (0)