summaryrefslogtreecommitdiff
path: root/dev-requirements.txt
diff options
context:
space:
mode:
authorHugo <hugo@whynothugo.nl>2022-07-24 02:12:40 +0200
committerGitHub <noreply@github.com>2022-07-24 07:12:40 +0700
commit61a4a1720bb5d8392411fefbc93a3a58b1f98723 (patch)
tree44fe7bb59145e4801931953968c1e7adaf3b619e /dev-requirements.txt
parent87bacb650eb33fb6bde4d9fcb96b0f455eeb9757 (diff)
downloadrq-61a4a1720bb5d8392411fefbc93a3a58b1f98723.tar.gz
Use unittest.mock instead of mock (#1673)
This module has been included in Python itself since 3.3. Fixes: https://github.com/rq/rq/issues/1646
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r--dev-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 066b3d3..a002971 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,5 +1,4 @@
codecov
-mock
psutil
pytest
pytest-cov