ome / omero-figure

An OMERO.web app for creating Figures from images in OMERO
http://figure.openmicroscopy.org
GNU Affero General Public License v3.0
15 stars 30 forks source link

Django upgrade 2 2 #405

Closed bramalingam closed 2 years ago

bramalingam commented 3 years ago

--exclude

Linked to the omero-web Django upgrade PR: https://github.com/ome/omero-web/pull/200

reference comments on the requirement for this PR: https://github.com/ome/omero-web/pull/200#issuecomment-712117842

@will-moore @joshmoore

bramalingam commented 3 years ago

@will-moore : looks like we don't have black formatting in these plugin repositories, tried using black formatting but it did not match the formatting requirements, thus manually trying to fix the flake8 issues.

bramalingam commented 3 years ago

And looks like dependencies are managed via omero-test-infra. Will review that repository to understand how dependencies are managed for the integration testing.

bramalingam commented 3 years ago

Guess Django is being installed as a sub-dependency of omero-web, guess the open PR for omero-web might need to be integrated with this PR, please correct me if am wrong here.