Skip to content

Commit 228621d

Browse files
committed
fix tox norsa typo
1 parent 555648f commit 228621d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ commands_pre =
2626
# Remove the python-rsa and python-ecdsa backends
2727
only: pip uninstall -y ecdsa rsa
2828
# Remove just the python-rsa backend
29-
nosra: pip uninstall -y rsa
29+
norsa: pip uninstall -y rsa
3030
commands =
3131
# Test the python-rsa backend
3232
base: {[testenv:basecommand]commands} -m "not (cryptography or pycryptodome or pycrypto or backend_compatibility)"

0 commit comments

Comments
 (0)