jendrikseipp / vulture

Find dead Python code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vulture 2.9 failed with regression test

chenrui333 opened this issue Β· comments

πŸ‘‹ trying to build the latest release, but run into some build issue. The error log is as below:

error build log
  ==> /opt/homebrew/Cellar/vulture/2.9/bin/vulture --version
  vulture 2.9
  Error: vulture: failed
  An exception occurred within a child process:
    Minitest::Assertion: Expected: 0
    Actual: 2

relates to Homebrew/homebrew-core#140007


I dont think the version output should have error status code of 2 either, so this would be some bug introduced recently.

Thanks for the quick bug report!