google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
454 stars 88 forks source link

Investigate why tests fail when run through setup.py #269

Closed tomchop closed 3 years ago

tomchop commented 3 years ago

Here's the testrun. Tests don't fail when the lib is installed through pip.

https://github.com/google/cloud-forensics-utils/pull/268/checks?check_run_id=1309835369

Sidenote: it might be a good idea to not use python setup.py test in the GitHub action but invoke nose manually.