mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 15:16:22 -08:00
bump smda and remove xfail
This commit is contained in:
2
setup.py
2
setup.py
@@ -23,7 +23,7 @@ requirements = [
|
||||
"networkx==2.5.1",
|
||||
"ruamel.yaml==0.17.7",
|
||||
"vivisect==1.0.3",
|
||||
"smda==1.5.17",
|
||||
"smda==1.5.18",
|
||||
"pefile==2021.5.24",
|
||||
]
|
||||
|
||||
|
||||
@@ -23,12 +23,6 @@ def test_smda_features(sample, scope, feature, expected):
|
||||
if scope.__name__ == "file" and isinstance(feature, capa.features.file.FunctionName) and expected is True:
|
||||
pytest.xfail("SMDA has no function ID")
|
||||
|
||||
if "a198216798ca38f280dc413f8c57f2c2" in sample and sys.platform == "win32":
|
||||
pytest.xfail("SMDA bug tracked #585")
|
||||
|
||||
if "al-khaser_x64" in sample and sys.platform == "win32":
|
||||
pytest.xfail("SMDA bug tracked #585")
|
||||
|
||||
do_test_feature_presence(get_smda_extractor, sample, scope, feature, expected)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user