Skip to content

Commit

Permalink
Switch to standart mock. Use latest dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Dec 4, 2023
1 parent 85806a5 commit fbe36d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
flake8==3.8.2
mock==4.0.2
flake8==6.1.0

# mypy
mypy==1.7.1
types-redis==4.6.0.11

# pytest
pytest==6.0.1
pytest-cov==2.8.1
pytest==7.4.3
pytest-cov==4.1.0
2 changes: 1 addition & 1 deletion tests/attempt/v2_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from mock import Mock
from unittest.mock import Mock
from skale.utils.account_tools import send_eth

from transaction_manager.attempt_manager.base import NoCurrentAttemptError
Expand Down
2 changes: 1 addition & 1 deletion tests/processor_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import mock
from unittest import mock
import pytest

from transaction_manager.config import MAX_RESUBMIT_AMOUNT
Expand Down

0 comments on commit fbe36d2

Please sign in to comment.