-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support Mac #107
base: develop
Are you sure you want to change the base?
Support Mac #107
Conversation
Use dakara_base directory module.
Support Python 3.10. Restrict to run only integration tests on Windows and Mac.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #107 +/- ##
===========================================
- Coverage 98.46% 98.22% -0.24%
===========================================
Files 16 17 +1
Lines 1365 1411 +46
===========================================
+ Hits 1344 1386 +42
- Misses 21 25 +4 ☔ View full report in Codecov by Sentry. |
Add integration test.
This PR is stalled and should be re-created from the start. |
Fix #101.
Difficulties:
brew install vlc --cask
;brew install mpv --cask
;Notes:
A solution was find using the example file of python-vlc.