starhawking / python-terrascript

Create Terraform files using Python scripts.
BSD 2-Clause "Simplified" License
515 stars 76 forks source link

test_requirements.txt no such file #21

Closed mjuenema closed 7 years ago

mjuenema commented 7 years ago

Downloading terrascript-0.2.0.tar.gz │ Complete output from command python setup.py egg_info: │ Traceback (most recent call last): │ File "", line 1, in │ File "/tmp/pip-build-h246gv2s/terrascript/setup.py", line 19, in │ r.strip() for r in open(join(dirname(file), 'test_requirements.txt')).readlines() │ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-h246gv2s/terrascript/test_requirements.tx│ t'