mirror of
https://github.com/mandiant/capa.git
synced 2026-03-12 21:23:12 -07:00
ci: bump binja minor version (#2763)
This commit is contained in:
@@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
|
||||||
|
- ci: bump binja min version @mike-hunhoff #2763
|
||||||
|
|
||||||
### Raw diffs
|
### Raw diffs
|
||||||
- [capa v9.3.0...master](https://github.com/mandiant/capa/compare/v9.3.0...master)
|
- [capa v9.3.0...master](https://github.com/mandiant/capa/compare/v9.3.0...master)
|
||||||
- [capa-rules v9.3.0...master](https://github.com/mandiant/capa-rules/compare/v9.3.0...master)
|
- [capa-rules v9.3.0...master](https://github.com/mandiant/capa-rules/compare/v9.3.0...master)
|
||||||
|
|||||||
@@ -70,4 +70,4 @@ def test_standalone_binja_backend():
|
|||||||
@pytest.mark.skipif(binja_present is False, reason="Skip binja tests if the binaryninja Python API is not installed")
|
@pytest.mark.skipif(binja_present is False, reason="Skip binja tests if the binaryninja Python API is not installed")
|
||||||
def test_binja_version():
|
def test_binja_version():
|
||||||
version = binaryninja.core_version_info()
|
version = binaryninja.core_version_info()
|
||||||
assert version.major == 5 and version.minor == 1
|
assert version.major == 5 and version.minor == 2
|
||||||
|
|||||||
Reference in New Issue
Block a user