summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-10-27 00:15:17 -0400
committerGitHub <noreply@github.com>2020-10-26 21:15:17 -0700
commit124a0134fdb7decb0136b4b6f7892b87b919e74e (patch)
tree01a47b984f122ec7891185010f8f96c30ccce6fb /tox.ini
parent669dcc3488a4803b2c321218def6554805940c48 (diff)
downloadpyopenssl-124a0134fdb7decb0136b4b6f7892b87b919e74e.tar.gz
Drop CI for OpenSSL 1.0.2 (#953)
* Drop CI for OpenSSL 1.0.2 * Delete code for coverage reasons * Bump minimum cryptography version
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 1 insertions, 16 deletions
diff --git a/tox.ini b/tox.ini
index 4217abb..a338c94 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ extras =
deps =
coverage>=4.2
cryptographyMaster: git+https://github.com/pyca/cryptography.git
- cryptographyMinimum: cryptography==2.8
+ cryptographyMinimum: cryptography==3.2
randomorder: pytest-randomly
setenv =
# Do not allow the executing environment to pollute the test environment
@@ -32,21 +32,6 @@ commands =
python -c "import cryptography; print(cryptography.__version__)"
python -m twisted.trial --reporter=text twisted
-[testenv:py35-urllib3Master]
-basepython=python3.5
-deps =
- pyasn1
- ndg-httpsclient
-passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM TRAVIS_INFRA
-whitelist_externals =
- rm
-commands =
- python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
- python -c "import cryptography; print(cryptography.__version__)"
- {toxinidir}/.travis/install_urllib3.sh
- pytest urllib3/test
- rm -rf ./urllib3
-
[testenv:flake8]
basepython = python3
deps =