Skip to content

Commit

Permalink
Merge pull request ome#83 from sbesson/mox3_removal
Browse files Browse the repository at this point in the history
Remove mox3 test dependency
  • Loading branch information
jburel authored Jan 11, 2024
2 parents 527b92f + 3383fe1 commit dd23237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ def read(fname):
],
python_requires='>=3',
tests_require=[
'pytest',
'mox3'],
'omero-py>=5.17.0',
'pytest'],
)

0 comments on commit dd23237

Please sign in to comment.