Skip to content

Commit

Permalink
remove dependency on old mock
Browse files Browse the repository at this point in the history
  • Loading branch information
a-detiste committed Apr 27, 2024
1 parent 1173f28 commit ca73fba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
docutils
mock
Pygments
pytest
pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion test_schedule.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Unit tests for schedule.py"""
import datetime
import functools
import mock
from unittest import mock
import unittest
import os
import time
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ python =

[testenv]
deps =
mock
pytest
pytest-cov
mypy
Expand Down

0 comments on commit ca73fba

Please sign in to comment.