Skip to content
Snippets Groups Projects
Commit a39f1987 authored by matograine's avatar matograine
Browse files

[mod] #410 remove useless asyncio import and pytest decorator

parent 7267a87d
No related branches found
No related tags found
1 merge request!194#410: Remove asyncio
Pipeline #13715 passed
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with Silkaj. If not, see <https://www.gnu.org/licenses/>. # along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
from asyncio import sleep
from collections import OrderedDict from collections import OrderedDict
from operator import itemgetter from operator import itemgetter
from os import system from os import system
......
...@@ -53,7 +53,6 @@ def test_display_amount(message, amount, currency_symbol): ...@@ -53,7 +53,6 @@ def test_display_amount(message, amount, currency_symbol):
("To", "DBM6F5ChMJzpmkUdL5zD9UXKExmZGfQ1AgPDQy4MxSBw", ""), ("To", "DBM6F5ChMJzpmkUdL5zD9UXKExmZGfQ1AgPDQy4MxSBw", ""),
], ],
) )
@pytest.mark.asyncio
def test_display_pubkey(message, pubkey, id, monkeypatch): def test_display_pubkey(message, pubkey, id, monkeypatch):
monkeypatch.setattr(wot_tools, "is_member", patched_is_member) monkeypatch.setattr(wot_tools, "is_member", patched_is_member)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment