File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ sudo docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=YourStrong!Passw0rd' \
22 -p 1433:1433 -d microsoft/mssql-server-linux:2017-latest
33
44export PYMSSQL_BUILD_WITH_BUNDLED_FREETDS=1
5- pip install pymssql
5+ pip install " pymssql<3.0 "
66
7- export ORANGE_TEST_DB_URI=" ${ORANGE_TEST_DB_URI} |mssql://SA:YourStrong!Passw0rd@0.0.0.0:1433"
7+ export ORANGE_TEST_DB_URI=" ${ORANGE_TEST_DB_URI} |mssql://SA:YourStrong!Passw0rd@0.0.0.0:1433"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ environment:
1717 PIP_DISABLE_PIP_VERSION_CHECK : 1
1818 BUILD_ENV : wheel==0.29.0 pip~=19.0
1919 # SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
20- TEST_ENV : sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy~=1.0.0 scikit-learn pandas==0.21.1 pymssql
20+ TEST_ENV : sip==4.19.6 PyQt5==5.9.2 numpy>=1.16.0 scipy~=1.0.0 scikit-learn pandas==0.21.1 " pymssql<3.0"
2121 ORANGE_TEST_DB_URI : ' mssql://sa:Password12!@localhost:1433'
2222
2323 matrix :
Original file line number Diff line number Diff line change 11psycopg2
2- pymssql
2+ pymssql<3.0
You can’t perform that action at this time.
0 commit comments