Re: [Toaster] [bitbake-devel] [PATCH 8/8] Toaster: Added pytest.init file
Richard Purdie <[email protected]> Thu, 09 Nov 2023 13:19:37 +0000
| Newsgroups | org.yoctoproject.lists.toaster,org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <7aa96c2f530c8aca3c0ba2e5132f7d724e0c2b0c.camel@linuxfoundation.org> |
On Tue, 2023-10-31 at 13:43 -0400, Alassane Yattara wrote: > Tim, > > > > Typo: pytest.ini file? > Non, pytest.init is a config file for pytest, next step is to merge this file with tox.init. > tox.ini file are the configuration files of the tox project, and can also be used to hold pytest configuration if they have a [pytest] section. The subject line shortlog says "pytest.init" but the patch adds a "pytest.ini" file. The tox settings file is called "tox.ini", not "tox.init" too. We need to get the names right... Cheers, Richard