diff --git a/README.md b/README.md index 4e9ffa86b3a57421eb7eca51f865eaee4dc7359b..92e8d3eaf9242ded762635b7627844a1449e5126 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,6 @@ This will start Tarantool in interactive mode. To run Tarantool regression tests (test/test-run.py), a few additional Python modules are necessary: - * python-daemon>=1.5.5 * PyYAML==3.10 * argparse==1.1 * msgpack-python==0.4.6 diff --git a/doc/sphinx/dev_guide/building_from_source.rst b/doc/sphinx/dev_guide/building_from_source.rst index 6b74663b2a52d9523ffcf0d4335b423a199c74e2..74d9ed45b1afe28b593950767aa580e2c58892e5 100644 --- a/doc/sphinx/dev_guide/building_from_source.rst +++ b/doc/sphinx/dev_guide/building_from_source.rst @@ -52,8 +52,6 @@ explain what the steps are, then on the Internet you can look at some example sc # For both test suite and documentation sudo apt-get install python-pip python-dev python-yaml - # For test suite - sudo apt-get install python-daemon # For documentation sudo apt-get install python-sphinx python-pelican python-beautifulsoup @@ -81,16 +79,6 @@ explain what the steps are, then on the Internet you can look at some example sc cd PyYAML-3.10 sudo python setup.py install - # python module for helping programs become daemons (daemon): - # For test suite: (if wget fails, check the - # http://pypi.python.org/pypi/python-daemon - # to see what the current version is.) - cd ~ - wget http://pypi.python.org/packages/source/p/python-daemon/python-daemon-1.5.5.tar.gz - tar -xzvf python-daemon-1.5.5.tar.gz - cd python-daemon-1.5.5 - sudo python setup.py install - # python module for HTML scraping: For documentation: cd ~ wget http://www.crummy.com/software/BeautifulSoup/bs3/download//3.x/BeautifulSoup-3.2.1.tar.gz diff --git a/test-run b/test-run index f3780c9a7d744e5a398046ab30e41515708d6250..8797cb15bf34f8c70519221b3b9c78f08696aba6 160000 --- a/test-run +++ b/test-run @@ -1 +1 @@ -Subproject commit f3780c9a7d744e5a398046ab30e41515708d6250 +Subproject commit 8797cb15bf34f8c70519221b3b9c78f08696aba6