1# Disable all of the filesystem tests if the correct feature is not available. 2if 'msvc' in config.available_features: 3 config.unsupported = True 4
1# Disable all of the filesystem tests if the correct feature is not available. 2if 'msvc' in config.available_features: 3 config.unsupported = True 4