summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2015-12-10 17:31:45 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2015-12-16 11:31:54 +0800
commit2a3d4ac23da5c93cf883d2122ab9cbec769a4d1f (patch)
tree6ae4254a7e61a641b46c0b8d833f7e60a22e2348 /README.rst
parent5cd3657bf44ba2b2f4bb465147c147f4deca4186 (diff)
downloadoslo-incubator-2a3d4ac23da5c93cf883d2122ab9cbec769a4d1f.tar.gz
Follow up for clean up oslo-incubator code
We clean up oslo-incubator in 90ae25e38915cc502d9e9c52d59e8fb668a72ae1, There are some obsolete things to clean. * Remove api maintainers file and check script * Remove sync tool with copy code to other openstack project. * Remove graduate script * remove section entry_points in setup.cfg * Clean test related stuff in tox.ini * Remove requirements.txt/test-requirements.txt Change-Id: If79def1607c81a51f3e7e607620fae3995c79358
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.rst b/README.rst
index 7741b054..521d2e60 100644
--- a/README.rst
+++ b/README.rst
@@ -16,22 +16,3 @@ library.
For more information, see our wiki page:
https://wiki.openstack.org/wiki/Oslo
-
-Running Tests
--------------
-
-To run tests in virtualenvs (preferred)::
-
- sudo pip install tox
- tox
-
-To run tests in the current environment::
-
- sudo pip install -r requirements.txt
- nosetests
-
-To run tests using MySQL or PostgreSQL as a DB backend do::
-
- OS_TEST_DBAPI_ADMIN_CONNECTION=mysql+pymysql://user:password@host/database tox -e py27
-
-Note, that your DB user must have permissions to create and drop databases.