From 75cd3e131f32e23a569dd469a1e85f3f2d058a26 Mon Sep 17 00:00:00 2001 From: Daniel Holth Date: Tue, 22 Aug 2023 12:37:34 -0400 Subject: [PATCH] add pytest-mock --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 735f084..fcba947 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,5 +3,6 @@ cryptography>=41.0.0 pytest pytest-cov +pytest-mock conda>23.7 conda-forge::securesystemslib \ No newline at end of file