From ca2ba0c9d5e90d293b9a631ab921078a7d2bd0cc Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Sun, 24 Jan 2021 19:18:09 +0100 Subject: [PATCH] Fix missing dependencies in test session --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index f5e9967..e43d2ba 100644 --- a/noxfile.py +++ b/noxfile.py @@ -196,6 +196,7 @@ def test(session): 'pytest', 'pytest-cov', 'pytest-env', + 'pytest-mock', 'pytest-randomly', 'xdoctest[optional]', )