Skip to content

Commit

Permalink
replace mox3 by pytest-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 27, 2023
1 parent af0315d commit 624f655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omero/developers/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 624f655

Please sign in to comment.