Commit b1add1f
authored
ci: install cbor2 on Packit (#4948)
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.1 parent 5b81ba1 commit b1add1f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments