Skip to content

Commit

Permalink
remove old mock from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
a-detiste authored and davesteele committed Apr 27, 2024
1 parent d853225 commit f239812
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion devtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"isort",
"cachetools",
"flask",
"types-mock",
"types-tabulate",
"types-pkg_resources",
"types-Flask",
Expand Down
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

deps = [
"pytest",
"mock",
"dbus-python",
"python-networkmanager",
"flask",
Expand Down Expand Up @@ -55,7 +54,6 @@ def flake8(session):
def mypy(session):
session.install(
"mypy",
"types-mock",
"types-tabulate",
"types-pkg_resources",
"types-Flask",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"pycairo",
],
setup_requires=["pytest-runner"],
tests_require=["pytest", "mock"],
tests_require=["pytest"],
author="David Steele",
author_email="[email protected]",
url="https://davesteele.github.io/comitup/",
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[testenv:TEST]
deps =
pytest
mock
dbus-python
python-networkmanager
flask
Expand All @@ -29,7 +28,6 @@ commands = flake8 setup.py comitup cli web test
[testenv:MYPY]
deps =
mypy
types-mock
types-tabulate
types-pkg_resources
types-Flask
Expand Down

0 comments on commit f239812

Please sign in to comment.