summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-12-15 18:43:48 -0500
committerGitHub <noreply@github.com>2022-12-16 07:43:48 +0800
commit81c9eb16fcc41be06128c23c87eef849676e1a12 (patch)
tree1c09662b2891ca6ead588582353cecca6263c8ca
parent6c0772ad3d689b396d46a19060f1f4ecbec21385 (diff)
downloadpyopenssl-81c9eb16fcc41be06128c23c87eef849676e1a12.tar.gz
fixes for tox4 (#1167)
* fixes for tox4 * Update tox.ini
-rw-r--r--tox.ini12
1 files changed, 9 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 65d57fe..374ac2c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,9 +2,16 @@
envlist = py{py,py3,36,37,38,39,310,311}{,-cryptographyMain,-cryptographyMinimum}{,-useWheel}{,-randomorder},py37-twistedTrunk,check-manifest,flake8,py36-mypy,docs,coverage-report
[testenv]
-whitelist_externals =
+allowlist_externals =
openssl
-passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
+passenv =
+ ARCHFLAGS
+ CFLAGS
+ LC_ALL
+ LDFLAGS
+ PATH
+ LD_LIBRARY_PATH
+ TERM
extras =
test
deps =
@@ -27,7 +34,6 @@ commands =
deps =
Twisted[all_non_platform] @ git+https://github.com/twisted/twisted
setenv =
-passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
commands =
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
python -c "import cryptography; print(cryptography.__version__)"