Javier Jardón pushed to branch jjardon/pyproject at BuildStream / buildstream
Commits:
-
804b5554
by Javier Jardón at 2018-08-11T13:59:18Z
2 changed files:
Changes:
1 |
+[build-system]
|
|
2 |
+requires = ["setuptools", "wheel", "pytest-runner"]
|
... | ... | @@ -260,7 +260,6 @@ setup(name='BuildStream', |
260 | 260 |
'grpcio >= 1.10',
|
261 | 261 |
],
|
262 | 262 |
entry_points=bst_install_entry_points,
|
263 |
- setup_requires=['pytest-runner'],
|
|
264 | 263 |
tests_require=['pep8',
|
265 | 264 |
# Pin coverage to 4.2 for now, we're experiencing
|
266 | 265 |
# random crashes with 4.4.2
|