From a32c736e50f597630825ac4ee5a26783111f17c0 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Tue, 19 Nov 2024 00:03:49 +0200 Subject: [PATCH] Removes ansible from requirements. --- requirements/prod.txt | 1 - tests/test_utils.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 71a642f..95ddf2b 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -4,7 +4,6 @@ eth-utils<2.3.0 substrate-interface~=1.7.9 password_strength cryptography~=43.0.1 -ansible~=6.7 ansible_vault~=2.1 munch~=2.5.0 rich \ No newline at end of file diff --git a/tests/test_utils.py b/tests/test_utils.py index 9731f06..8435c2c 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -19,7 +19,7 @@ from bittensor_wallet import utils -def test_get_ss58_format(mocker): +def test_get_ss58_format(): """Checks that `get_ss58_format` function uses `ss58.get_ss58_format` call.""" # Preps fake_ss58_addressss58_address = "5FvUhL6sQ5egLAvnyiY1n7gTuhmYg9sD3oJbvASWkpNULt3n"