Skip to content

Commit 74cdac5

Browse files
committed
Register pytest marks to silence test warnings
1 parent 2c10069 commit 74cdac5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pytest.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[pytest]
2+
markers =
3+
pycrypto: marks tests as applicable with PyCrypto backend
4+
pycryptodome: marks tests as applicable with PyCryptodome backend
5+
ecdsa: marks tests as applicable with ecdsa backend
6+
cryptography: marks tests as applicable with cryptography backend
7+
backend_compatibility: mark tests as testing compatibility between backends

0 commit comments

Comments
 (0)