Skip to content

Commit 136d4ee

Browse files
authored
Remove pointless skips -- EC is required in 2024 (#1335)
1 parent 6a78b0d commit 136d4ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_crypto.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4050,9 +4050,6 @@ class TestEllipticCurveEquality(EqualityTestsMixin):
40504050

40514051
curve_factory = EllipticCurveFactory()
40524052

4053-
if curve_factory.curve_name is None:
4054-
skip = "There are no curves available there can be no curve objects."
4055-
40564053
def anInstance(self):
40574054
"""
40584055
Get the curve object for an arbitrary curve supported by the system.
@@ -4075,9 +4072,6 @@ class TestEllipticCurveHash:
40754072

40764073
curve_factory = EllipticCurveFactory()
40774074

4078-
if curve_factory.curve_name is None:
4079-
skip = "There are no curves available there can be no curve objects."
4080-
40814075
def test_contains(self):
40824076
"""
40834077
The ``in`` operator reports that a `set` containing a curve does

0 commit comments

Comments
 (0)