Fix hang in unit testing
Because the unit tests use multiprocessing, we must avoid launching setuptools again when we spawn a child process.
This commit is contained in:
parent
2ea1ac313d
commit
e634e76b33
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -1,3 +1,4 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(install_requires=["setuptools>=30.3.0"])
|
||||
if __name__ == '__main__':
|
||||
setup(install_requires=["setuptools>=30.3.0"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue