angr-examples icon indicating copy to clipboard operation
angr-examples copied to clipboard

`test_examples.test_secconquals2016_ropsynth` is failing in CI

Open twizmwazin opened this issue 1 year ago • 1 comments

Description

Traceback (most recent call last):
  File "/__w/angr-doc/angr-doc/build/src/angr-doc/tests/test_examples.py", line 156, in test_secconquals2016_ropsynth
    exampletest_single("secconquals2016_ropsynth")
  File "/__w/angr-doc/angr-doc/build/src/angr-doc/tests/test_examples.py", line 31, in exampletest_single
    spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/__w/angr-doc/angr-doc/build/src/angr-doc/examples/secconquals2016_ropsynth/solve.py", line 17, in <module>
    import nose
ModuleNotFoundError: No module named 'nose'

Steps to reproduce the bug

Run CI

Environment

CI

Additional context

No response

twizmwazin avatar Nov 23 '22 23:11 twizmwazin