Unable to run python tests - No module named beat.beat

Beats is not using nosetests anymore. We have adopted pytest instead.

This is how I usually run tests:

python3 -m pytest tests/system/test_base.py --verbose

Let me know if you still have issues.