We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13eb392 commit 69f0190Copy full SHA for 69f0190
setup.py
@@ -47,7 +47,7 @@
47
os.system('sonicparanoid-get-test-data -o .')
48
os.system('sonicparanoid -i sonicparanoid_test/test_input -o sonicparanoid_test/test_output -p my_first_run')
49
os.system('rm -rf sonicparanoid_test/')
50
- os.system('pip install --force-reinstall -v "setuptools==58.2.0"')
+ os.system('pip install -q --force-reinstall -v "setuptools==58.2.0" 2> /dev/null')
51
except:
52
sys.stderr.write('Warning: unable to install sonicparanoid!\n')
53
sys.exit(1)
0 commit comments