diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-12-15 17:40:30 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-12-15 17:40:30 -0500 |
| commit | 26bdb0657a601466bac6ab5c1a8ede9e62296844 (patch) | |
| tree | d491e68c1f2cb0b85d3469c3ab4cf225c0795961 /openstack-common.conf | |
| parent | afb46ab7a0d73b3a0bfa3d54f76674491e7b43d6 (diff) | |
| download | python-keystoneclient-26bdb0657a601466bac6ab5c1a8ede9e62296844.tar.gz | |
remove venv bits from tools
Similar to keystone [0], we don't need to carry around these files.
- remove run_tests.sh since it's rarely used and an alternative exists
- remove all the remaining venv related files since nothing uses them
The real value of run_tests.sh over tox is that run_tests.sh enables
running tests against against any virtualenv or Python installation. tox
is just a tool that runs testr commands in a specific virtualenv. testr
can be used directly as a run_tests.sh replacement for running tests in
an arbitrary virtualenv or against any Python installation.
[0] Change: I9d4ef8bf935eb565af1c8d53d1ed71be9a94a975
Change-Id: I3299c754269130482eb96a3b9276f628c72c4365
Diffstat (limited to 'openstack-common.conf')
| -rw-r--r-- | openstack-common.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index e72f0fc..18368ad 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -2,7 +2,6 @@ # The list of modules to copy from oslo-incubator module=apiclient -module=install_venv_common # The base module to hold the copy of openstack.common base=keystoneclient |
