Skip to content

Commit 55d7321

Browse files
committed
mark multithreaded tests as slow
1 parent 27b1310 commit 55d7321

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ecdsa/test_jacobi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ def test_pickle(self):
640640
pj = PointJacobi(curve=CurveFp(23, 1, 1, 1), x=2, y=3, z=1, order=1)
641641
self.assertEqual(pickle.loads(pickle.dumps(pj)), pj)
642642

643+
@pytest.mark.slow
643644
@settings(**NO_OLD_SETTINGS)
644645
@pytest.mark.skipif(
645646
platform.python_implementation() == "PyPy",
@@ -678,6 +679,7 @@ def runner(generator):
678679
generator_112r2._PointJacobi__precompute,
679680
)
680681

682+
@pytest.mark.slow
681683
@pytest.mark.skipif(
682684
platform.system() == "Windows"
683685
or platform.python_implementation() == "PyPy",

0 commit comments

Comments
 (0)