From nicoddemus at gmail.com Fri Mar 3 14:15:10 2023 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 3 Mar 2023 16:15:10 -0300 Subject: [pytest-dev] pytest 7.2.2 Message-ID: pytest 7.2.2 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/stable/changelog.html. Thanks to all of the contributors to this release: * Bruno Oliveira * Garvit Shubham * Mahesh Vashishtha * Ramsey * Ronny Pfannschmidt * Teejay * q0w * vin01 Happy testing, The pytest Development Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From jimbrannlund at fastmail.com Sun Mar 5 15:29:07 2023 From: jimbrannlund at fastmail.com (=?UTF-8?Q?Jim_Br=C3=A4nnlund?=) Date: Sun, 05 Mar 2023 21:29:07 +0100 Subject: [pytest-dev] pytest-html release candidate available Message-ID: Hi all, The first release candidate of pytest-html, 4.0.0rc0 (aka. next-gen) is available on pypi. This is a complete rewrite of both backend and frontend. Would very much appreciate any feedback on both usage and implementation. Thank you for your time! Cheers, -- Jim Br?nnlund jimbrannlund at fastmail.com From felipecrp at gmail.com Sat Mar 11 15:58:49 2023 From: felipecrp at gmail.com (Felipe Curty) Date: Sat, 11 Mar 2023 17:58:49 -0300 Subject: [pytest-dev] New plugin - pytest-pyspec Message-ID: Hello, I am glad to announce that I created my first plugin in pytest and it is ready for use. It is called pytest-pyspec ( https://pypi.org/project/pytest-pyspec). I would like to list it in the pytest directory ( https://docs.pytest.org/en/7.1.x/reference/plugin_list.html). Although the site says that the inclusion is automatic, apparently, the list is not updating. If someone can help, I will very much appreciate it. Regards, Felipe -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Sat Mar 11 16:21:41 2023 From: me at the-compiler.org (Florian Bruhin) Date: Sat, 11 Mar 2023 22:21:41 +0100 Subject: [pytest-dev] New plugin - pytest-pyspec In-Reply-To: References: Message-ID: Hey Felipe, On Sat, Mar 11, 2023 at 05:58:49PM -0300, Felipe Curty wrote: > I am glad to announce that I created my first plugin in pytest and it is > ready for use. It is called pytest-pyspec ( > https://pypi.org/project/pytest-pyspec). Congrats on the release! > I would like to list it in the pytest directory ( > https://docs.pytest.org/en/7.1.x/reference/plugin_list.html). Although the > site says that the inclusion is automatic, apparently, the list is not > updating. If someone can help, I will very much appreciate it. It's already there if you switch to the lastest version of the docs: https://docs.pytest.org/en/latest/reference/plugin_list.html Florian -- me at the-compiler.org | https://www.qutebrowser.org https://bruhin.software/ | https://github.com/sponsors/The-Compiler/ GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From felipecrp at gmail.com Sat Mar 11 16:51:09 2023 From: felipecrp at gmail.com (Felipe Curty) Date: Sat, 11 Mar 2023 18:51:09 -0300 Subject: [pytest-dev] New plugin - pytest-pyspec In-Reply-To: References: Message-ID: Awesome, thanks! On Sat, Mar 11, 2023 at 6:21?PM Florian Bruhin wrote: > Hey Felipe, > > On Sat, Mar 11, 2023 at 05:58:49PM -0300, Felipe Curty wrote: > > I am glad to announce that I created my first plugin in pytest and it is > > ready for use. It is called pytest-pyspec ( > > https://pypi.org/project/pytest-pyspec). > > Congrats on the release! > > > I would like to list it in the pytest directory ( > > https://docs.pytest.org/en/7.1.x/reference/plugin_list.html). Although > the > > site says that the inclusion is automatic, apparently, the list is not > > updating. If someone can help, I will very much appreciate it. > > It's already there if you switch to the lastest version of the docs: > https://docs.pytest.org/en/latest/reference/plugin_list.html > > Florian > > -- > me at the-compiler.org | https://www.qutebrowser.org > https://bruhin.software/ | > https://github.com/sponsors/The-Compiler/ > GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc > I love long mails! | https://email.is-not-s.ms/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: