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.
2 parents d32cf78 + e8e272d commit 8bb8f89Copy full SHA for 8bb8f89
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