From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 24 Oct 2019 11:59:15 -0400 Subject: [U-Boot] [PATCHv3 00/13] Moving test/py to Python 3 In-Reply-To: <20191023032010.27725-1-trini@konsulko.com> References: <20191023032010.27725-1-trini@konsulko.com> Message-ID: <20191024155928.28616-1-trini@konsulko.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de So, here's the third and I think final pass at moving our test/py code over to Python 3. Over v2 I've integrated reviews/test tags and integrated Stephen's changes to allow for Python 3.5 to be used still. I do want to note that while I do understand the desire to use the distribution packages for python modules I don't think that's reproducible enough long term. That's what lead to our current pinning to pytest 2.8.7 (incompatible upstream changes) and there's just so many different versions packaged in different releaes. I'll post the minor patches for the Docker images as well in reply to this message shortly. Thanks again for the reviews, changes and suggestions all! -- Tom