Skip to content

Commit

Permalink
Remove remaining declaration of mox3
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Oct 27, 2023
1 parent 986aa84 commit 8360c3f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
autodoc_mock_imports = ["omero", "omero_ext", "past", "future",
"Ice", "IceImport", "Glacier2", "pytest",
"appdirs", "IcePy", "omero_version",
"mox3", "IceGrid", "mx", "matplotlib",
"IceGrid", "mx", "matplotlib",
"omero_model_FileAnnotationI",
"omero_model_TimestampAnnotationI",
"omero_model_BooleanAnnotationI",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def read(fname):
],
tests_require=[
'pytest',
'mox3',
'pytest-mock',
],
cmdclass={
'devtarget': DevTargetCommand,
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ deps =
https://github.com/glencoesoftware/zeroc-ice-py-macos-x86_64/releases/download/20220722/zeroc_ice-3.6.5-cp310-cp310-macosx_10_15_x86_64.whl; platform_system!="Windows" and platform_system!="Linux" and python_version=="3.10"
# zeroc-ice installed automatically on other platforms (setup.py install_requires)
pywin32; platform_system=="Windows"
mox3
jinja2
setenv =
ICE_CONFIG = {toxinidir}/ice.config
Expand Down

0 comments on commit 8360c3f

Please sign in to comment.