From 5fa1a05f9796fca98012076b780285d83fa99b7a Mon Sep 17 00:00:00 2001
From: Guillaume Valadon <guillaume@valadon.net>
Date: Tue, 19 Sep 2017 15:59:31 +0200
Subject: [PATCH] MACsec - UT disabled with pypy

---
 scapy/contrib/macsec.uts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scapy/contrib/macsec.uts b/scapy/contrib/macsec.uts
index dee4fcfc..db42b5e3 100644
--- a/scapy/contrib/macsec.uts
+++ b/scapy/contrib/macsec.uts
@@ -3,6 +3,9 @@
 #   test/run_tests  -P "load_contrib('macsec')" -t scapy/contrib/macsec.uts -F
 
 + MACsec
+~ crypto not_pypy
+# Note: these tests are disabled with pypy, as the cryptography module does
+#       not currently work with the pypy version used by Travis CI.
 
 = MACsec - basic encap - encrypted
 sa = MACsecSA(sci='\x52\x54\x00\x13\x01\x56\x00\x01', an=0, pn=100, key=b'aaaaaaaaaaaaaaaa', icvlen=16, encrypt=1, send_sci=1)
-- 
GitLab