File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -4050,9 +4050,6 @@ class TestEllipticCurveEquality(EqualityTestsMixin):
4050
4050
4051
4051
curve_factory = EllipticCurveFactory ()
4052
4052
4053
- if curve_factory .curve_name is None :
4054
- skip = "There are no curves available there can be no curve objects."
4055
-
4056
4053
def anInstance (self ):
4057
4054
"""
4058
4055
Get the curve object for an arbitrary curve supported by the system.
@@ -4075,9 +4072,6 @@ class TestEllipticCurveHash:
4075
4072
4076
4073
curve_factory = EllipticCurveFactory ()
4077
4074
4078
- if curve_factory .curve_name is None :
4079
- skip = "There are no curves available there can be no curve objects."
4080
-
4081
4075
def test_contains (self ):
4082
4076
"""
4083
4077
The ``in`` operator reports that a `set` containing a curve does
You can’t perform that action at this time.
0 commit comments