Skip to content

Commit d6fa242

Browse files
author
Steve Martinelli
committed
Remove references to venv
Stick to using tox, remove the tools directory since it only contained references to using venv. Also update a few other locations that would have otherwise been incorrect. Change-Id: I7d3e9067256ac0935f07904abcf584d898ac1d6f
1 parent a81332f commit d6fa242

6 files changed

Lines changed: 2 additions & 246 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
*.swp
88
*~
99
.coverage
10-
.openstackclient-venv
1110
.testrepository
1211
.tox
13-
.venv
1412
AUTHORS
1513
build
1614
ChangeLog

openstack-common.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22

33
# The list of modules to copy from openstack-common
4-
module=install_venv_common
4+
55

66
# The base module to hold the copy of openstack.common
77
base=openstackclient

tools/install_venv.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

tools/install_venv_common.py

Lines changed: 0 additions & 172 deletions
This file was deleted.

tools/with_venv.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ commands = python setup.py build_sphinx
3535

3636
[flake8]
3737
show-source = True
38-
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
38+
exclude = ,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools

0 commit comments

Comments
 (0)