From 7ca56bfbe4f3b21f8e05f98a508324065b1c1132 Mon Sep 17 00:00:00 2001 From: Jonathan Wright Date: Tue, 23 Aug 2022 15:54:09 -0500 Subject: [PATCH] remove mock The mock module is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards. --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b84cb24..e2ccb8c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,3 @@ -mock pbr pytest tox