Skip to content
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 import of devtools in test_collection #975

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

elmjag
Copy link
Contributor

@elmjag elmjag commented Jul 25, 2024

Don't import devtools module for the test collection queue entry. Mxcube-core does not list devtools package as a dependency.

Also remove unused import of HardwareRepository.

@@ -66,7 +63,6 @@ def __init__(self, view, data_model: TestCollectionQueueModel):

def execute(self):
super().execute()
debug(self._data_model._task_data)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, yes. debug is on the other hand quite handy so we should probably add that dependency. We can do that in another PR though, because I understand that this would break as it is.

Don't import devtools module for the test collection queue entry.
Mxcube-core does not list devtools package as a dependency.

Also remove unused import of HardwareRepository.
@marcus-oscarsson marcus-oscarsson merged commit bd89681 into mxcube:develop Jul 30, 2024
8 checks passed
@elmjag elmjag deleted the drop-debug-import branch July 30, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants