summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-12-11 13:23:58 +0100
committerHynek Schlawack <hs@ox.cx>2015-12-11 13:23:58 +0100
commit8b5ee6f6546915cee150788bfc92c3be5fcee990 (patch)
tree12b42548d0aa1522fcc411f2430064e4265dadb7 /tox.ini
parentd3b30f62799cc002f1baaeac55be26b6a5070dab (diff)
downloadpyopenssl-git-8b5ee6f6546915cee150788bfc92c3be5fcee990.tar.gz
Blacklist py.test 2.8.4, disable wheels
py.test has broken deprecation behavior in 2.8.4, wheels make testing of various OpenSSLs on OS X impossible.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fcf7095..1d7dcac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,12 +7,13 @@ whitelist_externals =
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
deps =
coverage
- pytest>=2.8.2
+ pytest>=2.8.2,!=2.8.4
cryptographyMaster: git+https://github.com/pyca/cryptography.git
setenv =
# Do not allow the executing environment to pollute the test environment
# with extra packages.
PYTHONPATH=
+ PIP_NO_BINARY=:all:
commands =
openssl version
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"