From 61a4a1720bb5d8392411fefbc93a3a58b1f98723 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 24 Jul 2022 02:12:40 +0200 Subject: 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 --- dev-requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'dev-requirements.txt') 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 -- cgit v1.2.1