aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-15 18:17:26 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2018-08-15 19:17:26 -0400
commit5b502310fe1bfb3dd96b51918c6cf579d111ad63 (patch)
tree23fff5aa441c9fd7ffa84bf4b3f1dcff2355c9ba /tests/hazmat
parent732cf642141f57f26db84ec2a4f6122cf7918c9e (diff)
downloadcryptography-5b502310fe1bfb3dd96b51918c6cf579d111ad63.tar.gz
cryptography-5b502310fe1bfb3dd96b51918c6cf579d111ad63.tar.bz2
cryptography-5b502310fe1bfb3dd96b51918c6cf579d111ad63.zip
remove freebsd11 builder (#4401)
* remove freebsd11 builder it's out of date, we can't update it, and it is unreliable * we don't test against freebsd for now * what did case sensitivity ever do for me * don't assert on bsd since we don't test on for now
Diffstat (limited to 'tests/hazmat')
-rw-r--r--tests/hazmat/backends/test_openssl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index e77f5dc3..0aa72d89 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -277,8 +277,6 @@ class TestOpenSSLRandomEngine(object):
assert name == 'getentropy'
else:
assert name == '/dev/urandom'
- if 'bsd' in sys.platform:
- assert name in ['getentropy', '/dev/urandom']
if sys.platform == 'win32':
assert name == 'CryptGenRandom'