From 9b6ae9c8135d26ae5ad66924e0eb30c1505a61d6 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 15 Sep 2015 18:30:55 -0500 Subject: 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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())" -- cgit v1.2.3