Skip to content

Commit

Permalink
Get rid of use of setup_requires
Browse files Browse the repository at this point in the history
This is an anti-pattern:  pytest-runner quite plainly states that it is deprecated and should not be used.  pep517 is the new answer.
  • Loading branch information
chadrik committed Nov 25, 2019
1 parent 4f8dd9e commit 17ec0b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ def run(self):
]),
install_requires=REQUIRED_PACKAGES,
python_requires=python_requires,
setup_requires=['pytest_runner'],
extras_require={
'docs': ['Sphinx>=1.5.2,<2.0'],
'test': REQUIRED_TEST_PACKAGES,
Expand Down

0 comments on commit 17ec0b1

Please sign in to comment.