-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove retina endpoints #154
Conversation
The tests on main are likely broken. |
Co-authored-by: Harm van Zeeland <[email protected]>
@jmsmkn I just came across this. Do you know what is going on with the failing tests? |
Likely something with the GC fixtures changed and the tests broke. They should be re-run on main. If so, it is not ideal to rely on those fixtures kept on GC. Maybe we should create the fixtures that are needed for the GCAPI tests within this repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, I just ran the tests on main and they are also broken. Issue here: #155. Let's merge this changeset since the failing tests are unrelated.
I'm not sure if this PR works, I think it's better to fix the tests on main first then merge/rebase. |
Sidenote: Some references to retina stuff are still in the models.py file. This will automatically be removed when we regenerate the file. |
Two tests have been removed: - `test_update_interface_kind_of_archive_item_image_civ` - `test_create_job_with_upload` They will need to be added back later. Co-authored-by: James Meakin <[email protected]>
See DIAGNijmegen/rse-grand-challenge-admin#236 --------- Co-authored-by: Harm van Zeeland <[email protected]>
See https://github.com/DIAGNijmegen/rse-grand-challenge-admin/issues/236