salt-formulas / reclass

A recursive external node classifier for automation tools like Ansible, Puppet, and Salt
Other
53 stars 23 forks source link

Fix running 'python run_tests.py' without mock installed systemwide #99

Open jperville opened 3 years ago

jperville commented 3 years ago

This PR fixes running python run_test.py under python 3.x when the python3-mock package is not installed systemwide.

This PR should fix #97