Skip to content

Commit

Permalink
fixes for tox4 (#1167)
Browse files Browse the repository at this point in the history
* fixes for tox4

* Update tox.ini
  • Loading branch information
alex committed Dec 15, 2022
1 parent 6c0772a commit 81c9eb1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tox.ini
Expand Up @@ -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 =
Expand All @@ -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__)"
Expand Down

0 comments on commit 81c9eb1

Please sign in to comment.