Skip to content

ci: install cbor2 on Packit#4948

Merged
gpotter2 merged 1 commit intosecdev:masterfrom
evverx:packit-cbor
Mar 19, 2026
Merged

ci: install cbor2 on Packit#4948
gpotter2 merged 1 commit intosecdev:masterfrom
evverx:packit-cbor

Conversation

@evverx
Copy link
Contributor

@evverx evverx commented Mar 18, 2026

to prevent the newly introduced CBOR tests from failing with:

 ###(090)=[failed] Interop: Large unsigned integer

 >>> large_int = 18446744073709551615  # 2^64 - 1
 >>> encoded = cbor2.dumps(large_int)
 NameError: name 'cbor2' is not defined

and so on.

It was tested in https://copr.fedorainfracloud.org/coprs/packit/evverx-scapy-2/build/10238626/

to prevent the newly introduced CBOR tests from failing with:
```
 ###(090)=[failed] Interop: Large unsigned integer

 >>> large_int = 18446744073709551615  # 2^64 - 1
 >>> encoded = cbor2.dumps(large_int)
 NameError: name 'cbor2' is not defined
```
and so on.
@codecov
Copy link

codecov bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.47%. Comparing base (5b81ba1) to head (f28fc3e).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4948      +/-   ##
==========================================
- Coverage   80.08%   79.47%   -0.61%     
==========================================
  Files         379      361      -18     
  Lines       93102    92811     -291     
==========================================
- Hits        74557    73764     -793     
- Misses      18545    19047     +502     

see 295 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gpotter2 gpotter2 merged commit b1add1f into secdev:master Mar 19, 2026
22 of 24 checks passed
@gpotter2
Copy link
Member

Thanks for the PR !

@evverx
Copy link
Contributor Author

evverx commented Mar 19, 2026

FWIW s390x jobs get stuck because of fedora-copr/copr#4219.

I did run the CBOR tests on big-endian machines though and they passed there.

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.

2 participants