From 624f65567983fac9259b173e4d861116ddc059ce Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 27 Nov 2023 07:19:05 +0000 Subject: [PATCH] replace mox3 by pytest-mock --- omero/developers/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omero/developers/testing.rst b/omero/developers/testing.rst index 8aa1282ac8..5ac0aea950 100644 --- a/omero/developers/testing.rst +++ b/omero/developers/testing.rst @@ -278,7 +278,7 @@ Some tests also require the installation of PyTables. Then install some additional test dependencies:: - $ pip install pytest mox3 pyyaml tables + $ pip install pytest pytest-mock pyyaml tables # for Omeroweb tests $ pip install pytest-django