| @@ -7,12 +7,13 @@ whitelist_externals = |
|
|
| 7 |
7 |
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM |
| 8 |
8 |
deps = |
| 9 |
9 |
coverage |
| 10 |
|
- pytest>=2.8.2 |
|
10 |
+ pytest>=2.8.2,!=2.8.4 |
| 11 |
11 |
cryptographyMaster: git+https://github.com/pyca/cryptography.git |
| 12 |
12 |
setenv = |
| 13 |
13 |
# Do not allow the executing environment to pollute the test environment |
| 14 |
14 |
# with extra packages. |
| 15 |
15 |
PYTHONPATH= |
|
16 |
+PIP_NO_BINARY=:all: |
| 16 |
17 |
commands = |
| 17 |
18 |
openssl version |
| 18 |
19 |
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))" |