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

TEST-#7166: Fix HDF tests in CI #7167

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Conversation

anmyachev
Copy link
Collaborator

@anmyachev anmyachev commented Apr 10, 2024

What do these changes do?

Blosc/c-blosc2#601

  • first commit message and PR title follow format outlined here

    NOTE: If you edit the PR title to match this format, you need to add another commit (even if it's empty) or amend your last commit for the CI job that checks the PR title to pick up the new PR title.

  • passes flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
  • passes black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
  • signed commit with git commit -s
  • Resolves Fix HDF tests in CI #7166
  • tests added and passing
  • module layout described at docs/development/architecture.rst is up-to-date

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
@anmyachev anmyachev marked this pull request as ready for review April 10, 2024 15:18
@@ -31,6 +31,7 @@ dependencies:
- sqlalchemy>=2.0.0
- pandas-gbq>=0.19.0
- pytables>=3.8.0
- c-blosc2<=2.14.1
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we also update requirements-dev.txt?

Copy link
Collaborator Author

@anmyachev anmyachev Apr 10, 2024

Choose a reason for hiding this comment

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

I think this is not necessary, we just need the tests in CI to work as quickly as possible, I believe that either pytables or c-blosc2 will release their new patches to make everything work (fast enough). Also, I'm not sure if this error is present when installing using pip.

@YarShev YarShev merged commit 975b32c into modin-project:master Apr 11, 2024
36 checks passed
@YarShev YarShev mentioned this pull request Apr 11, 2024
7 tasks
@anmyachev anmyachev deleted the fix-ci branch April 11, 2024 09:21
anmyachev added a commit to anmyachev/modin that referenced this pull request Apr 11, 2024
)"

This reverts commit 975b32c.

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
YarShev pushed a commit that referenced this pull request Apr 12, 2024
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
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.

Fix HDF tests in CI
2 participants