We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32cf78 commit e8e272dCopy full SHA for e8e272d
src/ecdsa/test_sha3.py
@@ -43,7 +43,7 @@ def test_int_to_bytes_wrong_endian(self):
43
int_to_bytes(0, byteorder="middle")
44
45
46
-@pytest.mark.skipif(GMPY == False, reason="requites gmpy or gmpy2")
+@pytest.mark.skipif(GMPY == False, reason="requires gmpy or gmpy2")
47
def test_int_to_bytes_with_gmpy():
48
assert int_to_bytes(mpz(1)) == b"\x01"
49
0 commit comments