Skip to content

Commit 0f3f5a0

Browse files
committed
Remove pyopenssl in tox.ini since pyopenssl 19.1.0 resolve the issue
1 parent e33373f commit 0f3f5a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[tox]
22
requires = tox-uv
3-
envlist = py{310,311,312,313,314,py}-{pyopenssl,no_pyopenssl},format
3+
envlist = py{310,311,312,313,314,py},format
44

55
[testenv]
66
deps=
77
.[test]
8-
# https://github.com/pyca/pyopenssl/pull/852 resolve the issue with pyopenssl and bytearray
9-
pyopenssl: pyopenssl>=19.1.0
108
commands=pytest
119

1210
[testenv:py310]

0 commit comments

Comments
 (0)