Merge ~dbungert/curtin:unittest-py310 into curtin:master

Proposed by Dan Bungert
Status: Merged
Approved by: Michael Hudson-Doyle
Approved revision: c71ddf11b1b4706b46de98cde7b966040dcf7aa6
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~dbungert/curtin:unittest-py310
Merge into: curtin:master
Diff against target: 14 lines (+1/-2)
1 file modified
tox.ini (+1/-2)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Michael Hudson-Doyle Approve
Review via email: mp+421781@code.launchpad.net

Commit message

tox: drop xenial-py3 from default env list

Running xenial-era python packages against modern python is not likely
to be successful! If this is an interesting test then we should support
that all the way - with a matching python version and other
dependencies, or not at all.

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) :
review: Approve
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Yeah we should run tests like this in a xenial container or something

Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Server Team CI bot (server-team-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tox.ini b/tox.ini
2index a169f19..2fc4027 100644
3--- a/tox.ini
4+++ b/tox.ini
5@@ -6,8 +6,7 @@ envlist =
6 py3,
7 py3-pyflakes,
8 py3-pylint,
9- block-schema,
10- xenial-py3
11+ block-schema
12
13 [tox:jenkins]
14 downloadcache = ~/cache/pip

Subscribers

People subscribed via source and target branches