Skip to content

Commit

Permalink
Remove pointless skips -- EC is required in 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 4, 2024
1 parent 2df8071 commit 019e9bd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -4050,9 +4050,6 @@ class TestEllipticCurveEquality(EqualityTestsMixin):

curve_factory = EllipticCurveFactory()

if curve_factory.curve_name is None:
skip = "There are no curves available there can be no curve objects."

def anInstance(self):
"""
Get the curve object for an arbitrary curve supported by the system.
Expand All @@ -4075,9 +4072,6 @@ class TestEllipticCurveHash:

curve_factory = EllipticCurveFactory()

if curve_factory.curve_name is None:
skip = "There are no curves available there can be no curve objects."

def test_contains(self):
"""
The ``in`` operator reports that a `set` containing a curve does
Expand Down

0 comments on commit 019e9bd

Please sign in to comment.