-
Notifications
You must be signed in to change notification settings - Fork 197
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
Add back PdoBase.export() dependency (canmatrix) #493
Add back PdoBase.export() dependency (canmatrix) #493
Conversation
The canmatrix optional dependency was removed on Oct 10, 2021 with commit c46228f. It is now added back as an optional dependency, using the same name as previously: db_export. To install the dependency: $ python3 -m pip install 'canopen[db_export]' Resolves christiansandberg#488
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #493 +/- ##
==========================================
+ Coverage 67.71% 67.90% +0.19%
==========================================
Files 26 26
Lines 3113 3116 +3
Branches 527 527
==========================================
+ Hits 2108 2116 +8
+ Misses 864 858 -6
- Partials 141 142 +1
|
FTR, I reused the same feature specifier as before: |
- skip test from within the test method - raise NotImplementedError from within the export() method
Please fix the conflicts, otherwise ready to merge. |
The canmatrix optional dependency was removed on Oct 10, 2021 with commit
c46228f. It is now added back as an optional dependency, using the same
name as previously: db_export.
To install the dependency:
$ python3 -m pip install 'canopen[db_export]'
Resolves #488