Skip to content

Commit 39b818a

Browse files
committed
deactivate pymssql-newest on Python 3.7, as it fails to build (#283)
closes #283
1 parent 3f44c9c commit 39b818a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/.jenkins_exclude.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ exclude:
9898
# pymssql
9999
- PYTHON_VERSION: pypy-2 # currently fails with error on pypy2
100100
FRAMEWORK: pymssql-newest
101+
- PYTHON_VERSION: python-3.7 # currently fails with error on python 3.7 due to cython issues
102+
FRAMEWORK: pymssql-newest
101103
# pyodbc
102104
- PYTHON_VERSION: pypy-2
103105
FRAMEWORK: pyodbc-newest

0 commit comments

Comments
 (0)