Skip to content

Commit aab6192

Browse files
committed
try restricting cryptography only on Py<3.7
re: pyca/cryptography#5771
1 parent d61dc18 commit aab6192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requires-testing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pytest-mock>=2.0.0,<3;python_version=="2.7"
66
lxml>=4.6.2
77
selenium>=3.141.0
88
percy>=2.0.2
9+
cryptography<3.4;python_version<"3.7"
910
requests[security]>=2.21.0
1011
beautifulsoup4>=4.8.2,<=4.9.3;python_version=="2.7"
1112
beautifulsoup4>=4.8.2;python_version>="3.0"

0 commit comments

Comments
 (0)