diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-09-15 18:30:55 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-09-15 18:30:55 -0500 |
commit | 9b6ae9c8135d26ae5ad66924e0eb30c1505a61d6 (patch) | |
tree | 78b4cf742291df66efd570c5bcfc15d3304c8e6d | |
parent | 92d8bd12609586bfa53cf8c7a691e37474aeccd1 (diff) | |
download | cryptography-9b6ae9c8135d26ae5ad66924e0eb30c1505a61d6.tar.gz cryptography-9b6ae9c8135d26ae5ad66924e0eb30c1505a61d6.tar.bz2 cryptography-9b6ae9c8135d26ae5ad66924e0eb30c1505a61d6.zip |
workaround for pytest 2.7.3's expectation of USERNAME on windows
We should remove this when a pytest that resolves
https://github.com/pytest-dev/pytest/issues/1010 is released
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ deps = pretend pytest ./vectors -passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH +passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME commands = pip list python -c "from cryptography.hazmat.backends.openssl.backend import backend; print(backend.openssl_version_text())" |