aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-02-27 19:10:28 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-02-27 19:10:28 -0500
commit23b09842136c83e22e712f5c6f46f104143b10a7 (patch)
tree8af38011797d2c4a2b1d8836649a164a276e8237 /tests/hazmat/backends
parentfc2d271f307acb588a155c9289d370800b2cb38b (diff)
downloadcryptography-23b09842136c83e22e712f5c6f46f104143b10a7.tar.gz
cryptography-23b09842136c83e22e712f5c6f46f104143b10a7.tar.bz2
cryptography-23b09842136c83e22e712f5c6f46f104143b10a7.zip
Send stderr someplace
Otherwise there's noise in the test output on python 2.6
Diffstat (limited to 'tests/hazmat/backends')
-rw-r--r--tests/hazmat/backends/test_openssl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index 0b55a485..f94b94ab 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -268,7 +268,8 @@ class TestOpenSSLRandomEngine(object):
subprocess.check_call(
[sys.executable, "-c", engine_printer],
env=env,
- stdout=out
+ stdout=out,
+ stderr=subprocess.PIPE,
)
osrandom_engine_name = backend._ffi.string(