Skip to content

Commit

Permalink
Merge pull request #11 from sbesson/mox3_removal
Browse files Browse the repository at this point in the history
Remove mox3 from the test requirements
  • Loading branch information
jburel authored Nov 27, 2023
2 parents cf1a9b1 + 567f4ed commit 5aaaa0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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):
'future'],
python_requires='>=3',
tests_require=[
'pytest',
'mox3'],
'omero-py>=5.17.0',
'pytest'],
)
2 changes: 1 addition & 1 deletion test/integration/clitest/test_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from omero.testlib.cli import CLITest
from omero.cli import NonZeroReturnCode
from omero.plugins.obj import ObjControl
from omero.plugins.upload import UploadControl
from omero_upload.cli import UploadControl
from omero.util.temp_files import create_path
from omero.util import long_to_path

Expand Down

0 comments on commit 5aaaa0c

Please sign in to comment.