DiamondLightSource / cothread

Cooperative Python Threads and EPICS Channel Access bindings
Apache License 2.0
13 stars 9 forks source link

Commit to Python3 only #49

Closed Araneidae closed 1 year ago

Araneidae commented 1 year ago

Remove py23 and reimplement associated functions in Python 3.

Addresses issue #48

codecov[bot] commented 1 year ago

Codecov Report

Merging #49 (033f0b0) into master (6bc475e) will decrease coverage by 0.08%. Report is 1 commits behind head on master. The diff coverage is 53.84%.

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   59.84%   59.76%   -0.08%     
==========================================
  Files          16       15       -1     
  Lines        2072     2048      -24     
==========================================
- Hits         1240     1224      -16     
+ Misses        832      824       -8     
Files Coverage Δ
src/cothread/coselect.py 38.05% <ø> (-0.46%) :arrow_down:
src/cothread/load_ca.py 34.61% <ø> (-1.24%) :arrow_down:
src/cothread/tools/pvtree.py 77.88% <ø> (-0.22%) :arrow_down:
src/cothread/catools.py 56.93% <50.00%> (-0.26%) :arrow_down:
src/cothread/cadef.py 91.33% <84.61%> (-1.04%) :arrow_down:
src/cothread/cothread.py 63.51% <25.00%> (-0.15%) :arrow_down:
src/cothread/dbr.py 73.38% <14.28%> (-0.21%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more