tox fails when run - ValueError: No closing quotation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
Fix Released
|
Undecided
|
Unassigned | ||
Ironic |
Fix Released
|
High
|
Lucas Alvares Gomes | ||
devstack |
Fix Released
|
Undecided
|
Unassigned | ||
devstack-plugin-ceph |
Fix Released
|
Undecided
|
Andreas Jaeger | ||
devstack-plugin-glusterfs |
In Progress
|
Undecided
|
Ramana Raja | ||
devstack-plugin-hdfs |
Fix Released
|
Undecided
|
Ramana Raja | ||
devstack-plugin-sheepdog |
Fix Released
|
High
|
YAMADA Hideki |
Bug Description
On fedora 23, on master (commit 2a5f6ded69d5c5b
[vlad@vladpc ironic]$ tox -evenv --notest
Traceback (most recent call last):
File "/usr/bin/tox", line 11, in <module>
sys.
File "/usr/lib/
config = prepare(args)
File "/usr/lib/
config = parseconfig(args)
File "/usr/lib/
parseini(
File "/usr/lib/
self.
File "/usr/lib/
res = meth(env_attr.name, env_attr.default)
File "/usr/lib/
return _ArgvlistReader
File "/usr/lib/
commands.
File "/usr/lib/
argv = list(shlexer)
File "/usr/lib64/
token = self.get_token()
File "/usr/lib64/
raw = self.read_token()
File "/usr/lib64/
raise ValueError, "No closing quotation"
ValueError: No closing quotation
When I checkout the commit before "Add bashate tox command", everything works fine:
[vlad@vladpc ironic]$ git checkout a0d2d7d13d4f0
Note: checking out 'a0d2d7d13d4f0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD сейчас на a0d2d7d... Updated from global requirements
[vlad@vladpc ironic]$ tox -evenv --notest
venv develop-inst-noop: /home/vlad/ironic
venv installed: aioeventlet=
_______
venv: skipped tests
congratulations :)
description: | updated |
Changed in ironic: | |
assignee: | Lucas Alvares Gomes (lucasagomes) → Zhenguo Niu (niu-zglinux) |
Changed in ironic: | |
assignee: | Zhenguo Niu (niu-zglinux) → Lucas Alvares Gomes (lucasagomes) |
Changed in ironic: | |
importance: | Undecided → High |
Changed in devstack-plugin-ceph: | |
assignee: | nobody → Andreas Jaeger (jaegerandi) |
status: | New → In Progress |
Changed in devstack-plugin-glusterfs: | |
assignee: | nobody → Ramana Raja (rraja) |
Changed in devstack-plugin-hdfs: | |
assignee: | nobody → Ramana Raja (rraja) |
Changed in devstack-plugin-glusterfs: | |
status: | New → In Progress |
Changed in devstack-plugin-hdfs: | |
status: | New → In Progress |
Changed in devstack-plugin-sheepdog: | |
assignee: | nobody → YAMADA Hideki (yamada-h) |
importance: | Undecided → Critical |
status: | New → In Progress |
importance: | Critical → High |
tox version is 2.3.1