Skip to content

Commit

Permalink
Blacklist py.test 2.8.4, disable wheels
Browse files Browse the repository at this point in the history
py.test has broken deprecation behavior in 2.8.4, wheels make testing of
various OpenSSLs on OS X impossible.
  • Loading branch information
hynek committed Dec 11, 2015
1 parent d3b30f6 commit 8b5ee6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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))"
Expand Down

0 comments on commit 8b5ee6f

Please sign in to comment.