Skip to content

Commit

Permalink
Merge pull request #2381 from jburel/remove_mox3
Browse files Browse the repository at this point in the history
replace mox3 by pytest-mock
  • Loading branch information
jburel authored Nov 28, 2023
2 parents 444a89b + 624f655 commit 6fbdb8b
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 6fbdb8b

Please sign in to comment.