aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-15 18:30:55 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-15 18:30:55 -0500
commit9b6ae9c8135d26ae5ad66924e0eb30c1505a61d6 (patch)
tree78b4cf742291df66efd570c5bcfc15d3304c8e6d /tox.ini
parent92d8bd12609586bfa53cf8c7a691e37474aeccd1 (diff)
downloadcryptography-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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7ee4d801..c24d6fbe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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())"