Skip to content

Commit 69f0190

Browse files
authored
Update setup.py
1 parent 13eb392 commit 69f0190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
os.system('sonicparanoid-get-test-data -o .')
4848
os.system('sonicparanoid -i sonicparanoid_test/test_input -o sonicparanoid_test/test_output -p my_first_run')
4949
os.system('rm -rf sonicparanoid_test/')
50-
os.system('pip install --force-reinstall -v "setuptools==58.2.0"')
50+
os.system('pip install -q --force-reinstall -v "setuptools==58.2.0" 2> /dev/null')
5151
except:
5252
sys.stderr.write('Warning: unable to install sonicparanoid!\n')
5353
sys.exit(1)

0 commit comments

Comments
 (0)