File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ bumpversion
22click
33flake8 >= 2.2.3
44ipython
5- mock
65pytest-cov
76pytest >= 3.9
87sh >= 1.09
98tox
10- types-mock
119wheel
1210twine
1311portray
Original file line number Diff line number Diff line change 11import os
2-
3- import mock
2+ from unittest import mock
43
54import pytest
65
Original file line number Diff line number Diff line change 33import os
44import sys
55import textwrap
6+ from unittest import mock
67
7- import mock
88import pytest
99import sh
1010
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ python =
1414
1515[testenv]
1616deps =
17- mock
1817 pytest
1918 coverage
2019 sh
@@ -27,7 +26,6 @@ skip_install = true
2726deps =
2827 flake8
2928 mypy
30- types-mock
3129commands =
3230 flake8 src tests
3331 mypy --python-version =3.11 src tests
You can’t perform that action at this time.
0 commit comments