fix tox python3 overrides
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| StarlingX |
Medium
|
Andriy Shevchenko |
Bug Description
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
tags: | added: stx.python2 |
Changed in starlingx: | |
importance: | Undecided → Medium |
Ghada Khalil (gkhalil) wrote : | #1 |
Changed in starlingx: | |
assignee: | nobody → Andriy Shevchenko (shevchenko-a) |
status: | New → Triaged |
tags: | added: stx.zuul |
tags: | removed: stx.python2 |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit cc79b5659049b6d
Author: 98k <18552437190@
Date: Fri Oct 5 10:30:30 2018 +0000
fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I9383c8f33cf476
Closes-Bug: #1802032
Changed in starlingx: | |
status: | Triaged → Fix Released |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit 8b348b91d5fed96
Author: 98k <18552437190@
Date: Fri Oct 5 10:36:18 2018 +0000
fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I53abcd174e403a
Closes-Bug: #1802032
Signed-off-by: 98k <18552437190@
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit 9a976a61c38c22b
Author: 98k <18552437190@
Date: Fri Oct 5 10:34:55 2018 +0000
fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I24b87db5bd8087
Closes-Bug: #1802032
Signed-off-by: 98k <18552437190@
tags: | added: stx.2019.03 |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit 5ea99870e391eaf
Author: 98k <18552437190@
Date: Fri Oct 5 10:59:20 2018 +0000
fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I360cea415303e7
Partial-Bug: #1802032
Signed-off-by: Andriy Shevchenko <18552437190@
tags: |
added: stx.2019.05 removed: stx.2019.03 |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit 90cb458f7e3220e
Author: 98k <18552437190@
Date: Fri Oct 5 10:53:59 2018 +0000
fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I1bd6a3aebbbe53
Closes-Bug: #1802032
tags: |
added: stx.2.0 removed: stx.2019.05 |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit 857d9b1ff16b819
Author: 98k <18552437190@
Date: Fri Oct 5 10:37:36 2018 +0000
fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I4dae808f500bd5
Closes-Bug: #1802032
Assigning to Andriy as I believe he is already working on this bug as per this review: /review. openstack. org/#/c/ 608210/
https:/