From eloi.rivard at aquilenet.fr Wed Sep 1 11:49:12 2021 From: eloi.rivard at aquilenet.fr (=?ISO-8859-1?Q?=C9loi?= Rivard) Date: Wed, 01 Sep 2021 17:49:12 +0200 Subject: [pytest-dev] pytest-parallel submission Message-ID: <092ad57d802ff20fd3492f1aee11c0021dea456b.camel@aquilenet.fr> Hi. I would like to submit the pytest-parallel [1] project to the github pytest-dev group. The current maintainer does not have time to spend on the project anymore, and this has been evoked [2] as a solution for the community to take over the maintenance. As required by the documentation: - the package is named "pytest-parallel" on pypi [3] - it has a tox configuration [4] - it has a README [5] - it is under MIT LICENSE [6] - it has an issue tracker [7] - it does not have a changelog yet though, it is blocking? So now we need two approvals :) What do you think? [1] https://github.com/browsertron/pytest-parallel/ [2] https://github.com/browsertron/pytest-parallel/issues/99 [3] https://pypi.org/project/pytest-parallel/ [4] https://github.com/browsertron/pytest-parallel/blob/master/tox.ini [5] https://github.com/browsertron/pytest-parallel/blob/master/README.md [6] https://github.com/browsertron/pytest-parallel/blob/master/LICENSE [7] https://github.com/browsertron/pytest-parallel/issues From nicoddemus at gmail.com Wed Sep 1 11:58:57 2021 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Wed, 1 Sep 2021 12:58:57 -0300 Subject: [pytest-dev] pytest-parallel submission In-Reply-To: <092ad57d802ff20fd3492f1aee11c0021dea456b.camel@aquilenet.fr> References: <092ad57d802ff20fd3492f1aee11c0021dea456b.camel@aquilenet.fr> Message-ID: Hi ?loi, Thanks for bringing this to attention! However a small caveat, just bringing it to the pytest-dev organization won't automatically bring maintainers to the project (definitely not from the core maintainers, as we already are spread thin as is). I think it would be important to have an active maintainer to do the move, otherwise we risk it just staying abandoned, but now in a different place. Having said that, I'm +1. Having a CHANGELOG is definitely something we want, but can be done after it has been moved, no problem. Cheers, Bruno, On Wed, Sep 1, 2021 at 12:49 PM ?loi Rivard wrote: > Hi. > I would like to submit the pytest-parallel [1] project to the github > pytest-dev group. The current maintainer does not have time to spend on > the project anymore, and this has been evoked [2] as a solution for the > community to take over the maintenance. > > As required by the documentation: > - the package is named "pytest-parallel" on pypi [3] > - it has a tox configuration [4] > - it has a README [5] > - it is under MIT LICENSE [6] > - it has an issue tracker [7] > - it does not have a changelog yet though, it is blocking? > > So now we need two approvals :) > > What do you think? > > > [1] https://github.com/browsertron/pytest-parallel/ > [2] https://github.com/browsertron/pytest-parallel/issues/99 > [3] https://pypi.org/project/pytest-parallel/ > [4] https://github.com/browsertron/pytest-parallel/blob/master/tox.ini > [5] > https://github.com/browsertron/pytest-parallel/blob/master/README.md > [6] https://github.com/browsertron/pytest-parallel/blob/master/LICENSE > [7] https://github.com/browsertron/pytest-parallel/issues > > > _______________________________________________ > pytest-dev mailing list > pytest-dev at python.org > https://mail.python.org/mailman/listinfo/pytest-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From eloi.rivard at aquilenet.fr Thu Sep 2 03:51:38 2021 From: eloi.rivard at aquilenet.fr (=?ISO-8859-1?Q?=C9loi?= Rivard) Date: Thu, 02 Sep 2021 09:51:38 +0200 Subject: [pytest-dev] pytest-parallel submission In-Reply-To: References: <092ad57d802ff20fd3492f1aee11c0021dea456b.camel@aquilenet.fr> Message-ID: <32681bcb9bd6a2cf7b7158ad921b46099f48c920.camel@aquilenet.fr> > [...] I think it would be important to have an active maintainer to do the > move, otherwise we risk it just staying abandoned, but now in a different > place. There are a few volunteers already. > Having said that, I'm?+1. Great! Thank you. ?loi From semenov0310 at gmail.com Mon Sep 13 17:23:53 2021 From: semenov0310 at gmail.com (Semenov0310) Date: Tue, 14 Sep 2021 00:23:53 +0300 Subject: [pytest-dev] xdist communication between nodes problem Message-ID: <254cbb76-fa8c-4240-801b-eb75779e7c6e@Bogusik> Hello, We are developing pytest plugin with xdist compatibility. By designed architecture we want to implement sending data from the working node to the master one, while tests are running. I didn?t find documentation describing this aspect. After some research we discovered that it is possible to change worker's final output data. But is there any way to communicate with master during worker's runtime? Sincerely, Bohuslav -------------- next part -------------- An HTML attachment was scrubbed... URL: From zen-xu at outlook.com Tue Sep 14 22:28:25 2021 From: zen-xu at outlook.com (=?utf-8?B?5b6QIOW+geWuhw==?=) Date: Wed, 15 Sep 2021 02:28:25 +0000 Subject: [pytest-dev] =?utf-8?q?I_write_a_new_pytest_bdd_plugin=EF=BC=8Ca?= =?utf-8?q?nyone_want_to_try_it=EF=BC=9F?= Message-ID: Hi guys?can you help me to promote my pytest plugin pyspock?which is a implemention of spock bdd framework repo: https://github.com/zen-xu/spock -------------- next part -------------- An HTML attachment was scrubbed... URL: From opensource at ronnypfannschmidt.de Wed Sep 15 10:52:29 2021 From: opensource at ronnypfannschmidt.de (Ronny Pfannschmidt) Date: Wed, 15 Sep 2021 16:52:29 +0200 Subject: [pytest-dev] pytest-parallel submission In-Reply-To: <32681bcb9bd6a2cf7b7158ad921b46099f48c920.camel@aquilenet.fr> References: <092ad57d802ff20fd3492f1aee11c0021dea456b.camel@aquilenet.fr> <32681bcb9bd6a2cf7b7158ad921b46099f48c920.camel@aquilenet.fr> Message-ID: <4b8d1c40-c2a5-30a9-6199-91214fdd493f@ronnypfannschmidt.de> Based on the fact that pytest-parallel massively monkey-patches the internals of pytest , Im -1 on adding it to pytest-dev code like https://github.com/browsertron/pytest-parallel/blob/master/pytest_parallel/__init__.py#L222-L231 gets me pretty nervous about hopefully upcoming major changes. until it can be done without monkeypatching pytest internals about fixture/session state, i would prefer not to have it directly associated with pytest-dev, I certainly don't want to be responsible for pytest-parallel when we break those internals in future. -- Ronny Am 02.09.21 um 09:51 schrieb ?loi Rivard: >> [...] I think it would be important to have an active maintainer to do the >> move, otherwise we risk it just staying abandoned, but now in a different >> place. > There are a few volunteers already. > >> Having said that, I'm?+1. > Great! Thank you. > > ?loi > > _______________________________________________ > pytest-dev mailing list > pytest-dev at python.org > https://mail.python.org/mailman/listinfo/pytest-dev From nicoddemus at gmail.com Wed Sep 15 11:15:53 2021 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Wed, 15 Sep 2021 12:15:53 -0300 Subject: [pytest-dev] pytest-parallel submission In-Reply-To: <4b8d1c40-c2a5-30a9-6199-91214fdd493f@ronnypfannschmidt.de> References: <092ad57d802ff20fd3492f1aee11c0021dea456b.camel@aquilenet.fr> <32681bcb9bd6a2cf7b7158ad921b46099f48c920.camel@aquilenet.fr> <4b8d1c40-c2a5-30a9-6199-91214fdd493f@ronnypfannschmidt.de> Message-ID: Ahh OK thanks Ronny. So I guess we will have to decline the submission for now ?loi, but thanks for writing up anyway. Cheers, B On Wed, Sep 15, 2021 at 11:52 AM Ronny Pfannschmidt < opensource at ronnypfannschmidt.de> wrote: > Based on the fact that pytest-parallel massively monkey-patches the > internals of pytest , > > Im -1 on adding it to pytest-dev > > code like > > https://github.com/browsertron/pytest-parallel/blob/master/pytest_parallel/__init__.py#L222-L231 > gets me pretty nervous about hopefully upcoming major changes. > > until it can be done without monkeypatching pytest internals about > fixture/session state, > i would prefer not to have it directly associated with pytest-dev, > > I certainly don't want to be responsible for pytest-parallel when we > break those internals in future. > > -- Ronny > > Am 02.09.21 um 09:51 schrieb ?loi Rivard: > >> [...] I think it would be important to have an active maintainer to do > the > >> move, otherwise we risk it just staying abandoned, but now in a > different > >> place. > > There are a few volunteers already. > > > >> Having said that, I'm +1. > > Great! Thank you. > > > > ?loi > > > > _______________________________________________ > > pytest-dev mailing list > > pytest-dev at python.org > > https://mail.python.org/mailman/listinfo/pytest-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From eloi.rivard at aquilenet.fr Wed Sep 15 11:16:51 2021 From: eloi.rivard at aquilenet.fr (=?ISO-8859-1?Q?=C9loi?= Rivard) Date: Wed, 15 Sep 2021 17:16:51 +0200 Subject: [pytest-dev] pytest-parallel submission In-Reply-To: References: <092ad57d802ff20fd3492f1aee11c0021dea456b.camel@aquilenet.fr> <32681bcb9bd6a2cf7b7158ad921b46099f48c920.camel@aquilenet.fr> <4b8d1c40-c2a5-30a9-6199-91214fdd493f@ronnypfannschmidt.de> Message-ID: > So I guess we will have to decline the submission for now ?loi, but > thanks for writing up anyway. It is ok. Maybe we will come back after some code cleanup then. ?loi From kuisathaverat at gmail.com Fri Sep 17 04:43:30 2021 From: kuisathaverat at gmail.com (kuisathaverat) Date: Fri, 17 Sep 2021 10:43:30 +0200 Subject: [pytest-dev] Fwd: [pytest-otel] OpenTelemetry plugin for pytest In-Reply-To: References: Message-ID: Dear community, We have developed an OpenTelemetry plugin for pytest, this plugin sends test results as distributed traces with OpenTelemetry. We want to make this plugin available on the official pytest repository and allow the community to improve it. If there is interest to have it on the pytest-dev repository, I will accomplish all the requirements described at https://docs.pytest.org/en/6.2.x/contributing.html#submitting-plugins-to-pytest-dev https://opentelemetry.io/docs/ https://github.com/elastic/apm-pipeline-library/tree/master/resources/scripts/pytest_otel Thanks Ivan Fernandez Calvo -------------- next part -------------- An HTML attachment was scrubbed... URL: