47
47
if not os.path.isfile('setup.py'):
48
48
raise TestSkipped('There is no setup.py file in current directory')
52
56
raise TestSkipped('You must have distutils installed to run this test.'
53
57
' Usually this can be found by installing "python-dev"')