← Back to team overview

curtin-dev team mailing list archive

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

 

Dan Bungert has proposed merging ~dbungert/curtin:unittest-py310 into curtin:master.

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.

Requested reviews:
  curtin developers (curtin-dev)

For more details, see:
https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/421781
-- 
Your team curtin developers is requested to review the proposed merge of ~dbungert/curtin:unittest-py310 into curtin:master.
diff --git a/tox.ini b/tox.ini
index a169f19..2fc4027 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,8 +6,7 @@ envlist =
    py3,
    py3-pyflakes,
    py3-pylint,
-   block-schema,
-   xenial-py3
+   block-schema
 
 [tox:jenkins]
 downloadcache = ~/cache/pip

Follow ups