We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94adf9 commit a41acc7Copy full SHA for a41acc7
builder.json
@@ -42,7 +42,7 @@
42
["/opt/python/cp38-cp38/bin/python", "-m", "pip", "install", "--upgrade", "pip", "setuptools"],
43
["/opt/python/cp38-cp38/bin/python", "-m", "pip", "install", ".", "--verbose"],
44
["/opt/python/cp38-cp38/bin/python", "-m", "pip", "install", "boto3", "autopep8"],
45
- ["/opt/python/cp38-cp38/bin/python", "-m", "unittest", "discover", "--verbose"],
+ ["/opt/python/cp38-cp38/bin/python", "-m", "unittest", "discover", "--verbose"]
46
],
47
"run_tests": false,
48
"_comment": "manylinux has all its own build steps, turn off 'tests' which is where normal build steps are declared. using data to program sucks"
0 commit comments