Skip to content

Commit

Permalink
Fixing cryptography package build error
Browse files Browse the repository at this point in the history
In addition to cryptography package stop testing on pypy and python 2.7 those are failing build now
  • Loading branch information
denisenkom committed Mar 7, 2021
1 parent 9f64962 commit 7a36f9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "pypy3"
install:
- python --version
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ environment:
SQLINSTANCE: SQL2016
- PYTHON: "C:\\Python35"
SQLINSTANCE: SQL2016
- PYTHON: "C:\\Python27"
SQLINSTANCE: SQL2016
- PYTHON: "C:\\Python36"
SQLINSTANCE: SQL2014
- PYTHON: "C:\\Python36"
Expand Down
6 changes: 5 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ codecov
pyOpenSSL
pyDes
ntlm-auth
namedlist
namedlist
# cryptography 3.4.5 fails build, requires rust compiler
# see example failure: https://ci.appveyor.com/project/denisenkom/pytds/builds/37803561/job/lln9d25ye5vnljbr
# requiring older cryptography library to avoid this error
cryptography < 3.3

0 comments on commit 7a36f9d

Please sign in to comment.