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

Fix build by upgrading python #57

Merged
merged 6 commits into from
May 16, 2024
Merged

Fix build by upgrading python #57

merged 6 commits into from
May 16, 2024

Conversation

nemacysts
Copy link
Member

Plus some luisp strong opinions:

  • remove travis config
  • remove p-c-p and venv-update

Plus some luisp strong opinions:
* remove travis config
* remove p-c-p and venv-update
looks like the tox here needs a list
@@ -24,7 +24,7 @@ def _get_metric_configs_for_service_by_cluster(
) -> Dict[str, Dict[str, Any]]: # TODO: add type for rollback file config
configs = {}
for filename in get_rollback_files_from_soaconfigs(soa_dir, service=service):
with open(filename, 'r') as file:
with open(filename) as file:
Copy link
Member

Choose a reason for hiding this comment

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

Any reason for why we need to remove read-only when opening this file?

Copy link
Member Author

Choose a reason for hiding this comment

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

pre-commit did this - likely because one of the hooks we have prefers that we don't re-state defaults?

@nemacysts nemacysts merged commit 372d50c into master May 16, 2024
1 check passed
@nemacysts nemacysts deleted the luisp/fix-build branch May 16, 2024 17:53
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.

4 participants