We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9cd4b commit 8080d1dCopy full SHA for 8080d1d
4 files changed
requirements.txt
@@ -2,12 +2,10 @@ bumpversion
2
click
3
flake8>=2.2.3
4
ipython
5
-mock
6
pytest-cov
7
pytest>=3.9
8
sh>=1.09
9
tox
10
-types-mock
11
wheel
12
twine
13
portray
tests/test_ipython.py
@@ -1,6 +1,5 @@
1
import os
-
-import mock
+from unittest import mock
import pytest
tests/test_main.py
@@ -3,8 +3,8 @@
import sys
import textwrap
import sh
tox.ini
@@ -14,7 +14,6 @@ python =
14
15
[testenv]
16
deps =
17
- mock
18
pytest
19
coverage
20
sh
@@ -27,7 +26,6 @@ skip_install = true
27
26
28
flake8
29
mypy
30
- types-mock
31
commands =
32
flake8 src tests
33
mypy --python-version=3.11 src tests
0 commit comments