Skip to content

Commit 81c9eb1

Browse files
authored
fixes for tox4 (#1167)
* fixes for tox4 * Update tox.ini
1 parent 6c0772a commit 81c9eb1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

tox.ini

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22
envlist = py{py,py3,36,37,38,39,310,311}{,-cryptographyMain,-cryptographyMinimum}{,-useWheel}{,-randomorder},py37-twistedTrunk,check-manifest,flake8,py36-mypy,docs,coverage-report
33

44
[testenv]
5-
whitelist_externals =
5+
allowlist_externals =
66
openssl
7-
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
7+
passenv =
8+
ARCHFLAGS
9+
CFLAGS
10+
LC_ALL
11+
LDFLAGS
12+
PATH
13+
LD_LIBRARY_PATH
14+
TERM
815
extras =
916
test
1017
deps =
@@ -27,7 +34,6 @@ commands =
2734
deps =
2835
Twisted[all_non_platform] @ git+https://github.com/twisted/twisted
2936
setenv =
30-
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
3137
commands =
3238
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
3339
python -c "import cryptography; print(cryptography.__version__)"

0 commit comments

Comments
 (0)