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

Update to work with pvsxlibs 1.3.0 #146

Closed
wants to merge 1 commit into from
Closed

Conversation

AlexanderWells-diamond
Copy link
Collaborator

@AlexanderWells-diamond AlexanderWells-diamond commented Dec 14, 2023

This version changed the name of its inbuilt .dbd files, which we must match in order to load it

Also updated various other dependencies in order to make the pipenv environment stable

Closes #145

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f2330b6) 87.73% compared to head (dd63ac8) 87.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
- Coverage   87.73%   87.43%   -0.30%     
==========================================
  Files          14       14              
  Lines        1019     1019              
==========================================
- Hits          894      891       -3     
- Misses        125      128       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Dec 14, 2023

Unit Test Results

     15 files  ±0       15 suites  ±0   28m 20s ⏱️ -8s
   278 tests ±0     262 ✔️ ±0    16 💤 ±0  0 ±0 
4 170 runs  ±0  3 575 ✔️ ±0  595 💤 ±0  0 ±0 

Results for commit dd63ac8. ± Comparison against base commit f2330b6.

♻️ This comment has been updated with latest results.

This version changed the name of its inbuilt .dbd files, which we must
match in order to load it

Also updated various other dependencies in order to make the pipenv
environment stable
@coretl
Copy link
Contributor

coretl commented Dec 14, 2023

@mdavidsaver is this the correct fix?

@mdavidsaver
Copy link
Contributor

This version changed the name of its inbuilt .dbd files

This was not intentional (epics-base/pvxs#65). fyi. renaming/removal of a .dbd file is to my mind an incompatible API change, which would trigger a major version increment.

@mdavidsaver
Copy link
Contributor

Fixed in pvxslibs==1.3.1. I have "yanked" 1.3.0 on pypi.org.

It would help in detecting issues like this if pythonSoftIOC could add a CI job testing the current 'master' branches of epicscorelibs, pvxs, and p4p.

@AlexanderWells-diamond
Copy link
Collaborator Author

PR is no longer necessary.

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.

Pin pvxs to earlier version
3 participants