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

Implement PackageInstall plugin for pip and conda #7126

Merged
merged 17 commits into from
Oct 17, 2022

Conversation

hendrikmakait
Copy link
Member

@hendrikmakait hendrikmakait commented Oct 7, 2022

Closes #7103

Introduces a CondaInstall plugin and refactors the common logic between PipInstall and CondaInstall into an abstract PackageInstall class.

  • Tests added / passed
  • Passes pre-commit run --all-files

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2022

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

       15 files  ±    0         15 suites  ±0   6h 4m 45s ⏱️ - 31m 49s
  3 147 tests  -   17    3 016 ✔️  -   63    85 💤 ±0  46 +46 
23 283 runs   - 133  22 323 ✔️  - 185  914 💤 +6  46 +46 

For more details on these failures, see this check.

Results for commit 3f3ee59. ± Comparison against base commit 2196966.

♻️ This comment has been updated with latest results.

@hendrikmakait hendrikmakait marked this pull request as ready for review October 13, 2022 09:09
@hendrikmakait
Copy link
Member Author

cc @crusaderky, @fjetter, @gjoseph92

distributed/diagnostics/plugin.py Outdated Show resolved Hide resolved
distributed/diagnostics/plugin.py Outdated Show resolved Hide resolved
distributed/diagnostics/plugin.py Outdated Show resolved Hide resolved
distributed/diagnostics/plugin.py Outdated Show resolved Hide resolved
distributed/diagnostics/plugin.py Outdated Show resolved Hide resolved
distributed/diagnostics/plugin.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@crusaderky crusaderky left a comment

Choose a reason for hiding this comment

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

Trivial polish

distributed/diagnostics/plugin.py Outdated Show resolved Hide resolved
distributed/diagnostics/plugin.py Outdated Show resolved Hide resolved
@crusaderky crusaderky merged commit 7386702 into dask:main Oct 17, 2022
gjoseph92 pushed a commit to gjoseph92/distributed that referenced this pull request Oct 31, 2022
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.

Implement CondaInstall plugin
2 participants