skip python tests if pathlib is not available
Description
pathlib
is not currently available for python-2.7
in MacPorts, so the python
scripts and import tests fail. Check to see if the pathlib
module is available and skip the test if it is not.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API