Skip to content

[Bugfix:System] Fix opencv migration dep#12419

Merged
bmcutler merged 1 commit intomainfrom
fix_old_migration_dep
Feb 8, 2026
Merged

[Bugfix:System] Fix opencv migration dep#12419
bmcutler merged 1 commit intomainfrom
fix_old_migration_dep

Conversation

@cjreed121
Copy link
Member

@cjreed121 cjreed121 commented Feb 8, 2026

Why is this Change Important & Necessary?

CI is failing https://github.com/Submitty/Submitty/actions/runs/21803157121/job/62902011782

An old migration has a non stdlib import. That functionality can easily be replaced with stdlib python functionality.

What is the New Behavior?

CI passes.

Other information

It seems that non stdlib library is not present on the latest runners. We could consider installing it but it doesn't make sense given we only need it for a single migration. Editing old migrations is usually not best practice to do but no point keeping a dependency around for just that.

@codecov
Copy link

codecov bot commented Feb 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 21.67%. Comparing base (938e50f) to head (d6b3b09).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main   #12419   +/-   ##
=========================================
  Coverage     21.67%   21.67%           
  Complexity     9623     9623           
=========================================
  Files           268      268           
  Lines         36171    36171           
  Branches        486      486           
=========================================
  Hits           7840     7840           
  Misses        27849    27849           
  Partials        482      482           
Flag Coverage Δ
autograder 21.39% <ø> (ø)
js 2.04% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.69% <ø> (ø)
python_submitty_utils 80.08% <ø> (ø)
submitty_daemon_jobs 90.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bmcutler bmcutler merged commit d96c748 into main Feb 8, 2026
28 checks passed
@bmcutler bmcutler deleted the fix_old_migration_dep branch February 8, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants