ome / omero-dropbox

OMERO.dropbox server for watching directories
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
1 stars 6 forks source link

Futurize for py2 and py3 support #4

Closed joshmoore closed 4 years ago

joshmoore commented 4 years ago

Builds on the infrastructure that has been put into place for omero-py and omero-web, running both py2 and py3 unit tests with tox in docker.

will-moore commented 4 years ago

https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-python-superbuild-build/75/console Failed with

Entering 'omero-dropbox'
error in omero-dropbox setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
Stopping at 'omero-dropbox'; script returned non-zero status.
[Pipeline] }

Will try to run again with

NB: re-enabled on 29.Oct (Josh)

joshmoore commented 4 years ago

Pinning to a dev version worked on Py2 and Py3 whereas @ ...master.zip did not . This is likely a candidate for tagging.