From nicoddemus at gmail.com Mon Aug 5 14:14:41 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Mon, 5 Aug 2019 15:14:41 -0300 Subject: [pytest-dev] pytest 4.6.5 released! Message-ID: pytest 4.6.5 has just been released to PyPI. The 4.6.X series is the last pytest series that still support Python 2.7 and 3.4, containing bug-fixes ported from the master branch. For more information, see our 2.7 and 3.4 support plan: https://docs.pytest.org/en/latest/py27-py34-deprecation.html To upgrade: pip install --upgrade pytest The full changelog is available at http://bit.ly/2Zvcxz0 Thanks to all who contributed to this release, among them: * Anthony Sottile * Bruno Oliveira * Daniel Hahler * Thomas Grainger Happy testing, The pytest Development Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.hunt at gmail.com Tue Aug 6 05:54:41 2019 From: dave.hunt at gmail.com (Dave Hunt) Date: Tue, 6 Aug 2019 10:54:41 +0100 Subject: [pytest-dev] Appeal for co-maintainer for pytest-html Message-ID: <3C2A03DF-25A3-46EA-BD09-B48A9C6880CC@gmail.com> Hey folks, When I took a step back from maintaining pytest-html and other plugins, Jim Br?nnlund and Ana Ribeiro offered to help take on some of this work. Between them they have performed an excellent job of triaging issues, reviewing pull requests, providing fixes, and pushing out new releases. Recently, Ana has had less time to contribute, which means Jim has taken on a lot of this work himself. I?d like to see if there?s anyone in the community that might have some time to help Jim with maintaining the popular pytest-html plugin? This plugin generates a HTML report for pytest results, and therefore it would be valuable if someone with some front-end experience could help. Although there are plenty of opportunities for new features, it would be most valuable to have someone helping with the maintenance tasks mentioned above. There isn't a high volume of issues or pull requests for the project, so any level of contribution would likely have a significant positive impact. I'd like to take this opportunity to once again thank both Jim and Ana for their contributions to the project, and to everyone who has used the plugin - especially those who have opened issues or submitted patches! Thanks in advance, Dave Hunt -------------- next part -------------- An HTML attachment was scrubbed... URL: From n.a.sobolev at gmail.com Fri Aug 9 05:14:01 2019 From: n.a.sobolev at gmail.com (=?UTF-8?B?0J3QuNC60LjRgtCwINCh0L7QsdC+0LvQtdCy?=) Date: Fri, 9 Aug 2019 12:14:01 +0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Hello, My name is Nikita Sobolev, I am a core developer of both: - https://github.com/lk-geimfari/mimesis - And official pytest plugin to it: https://github.com/mimesis-lab/pytest-mimesis I would like to ask if you are interested in transferring pytest-mimesis to https://github.com/pytest-dev ? I am asking because: 1. I hope that it will increase the visibility of this plugin, we have a lot of Mimesis users, but they rearly use this plugin 2. I hope it will improve its maintenance, because currently I am doing it on my own - and I don't have that much time to spend on it If you are interested - what are the next steps? If not - what recommendations do you have for us to improve the project? Thanks! Best regards, Nikita Sobolev https://github.com/sobolevn -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicoddemus at gmail.com Fri Aug 9 08:26:53 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 9 Aug 2019 09:26:53 -0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Hi Nikita, On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? wrote: > I would like to ask if you are interested in transferring pytest-mimesis > to https://github.com/pytest-dev ? > > I am asking because: > 1. I hope that it will increase the visibility of this plugin, we have a > lot of Mimesis users, but they rearly use this plugin > 2. I hope it will improve its maintenance, because currently I am doing it > on my own - and I don't have that much time to spend on it > Thanks for the interest in joining the pytest-dev organization! About 1, that's great, it is one of the main purposes of why the pytest-dev organization was created for. About 2, unfortunately in practice the maintenance will still fall under your shoulders. pytest-dev developers can eventually help with questions, but overall maintenance is still expected to be done by the original developer(s). If you are having trouble finding time to maintain the plugin, I suggest to start looking for co-maintainers. A good way to do that is to promote frequent contributors you trust to maintainers. Other than that, I see your repository has everything required except for a ``tox.ini`` file to facilitate contribution, which is one of our requirements[1]. Do you think that could be added? So, having mentioned the point about maintenance and the tox.ini file, I think pytest-memesis would be a great addition to pytest-dev IMHO. Cheers, Bruno. [1]: https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev If you are interested - what are the next steps? > If not - what recommendations do you have for us to improve the project? > > Thanks! > > Best regards, > Nikita Sobolev > https://github.com/sobolevn > _______________________________________________ > 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 n.a.sobolev at gmail.com Fri Aug 9 08:32:13 2019 From: n.a.sobolev at gmail.com (=?UTF-8?B?0J3QuNC60LjRgtCwINCh0L7QsdC+0LvQtdCy?=) Date: Fri, 9 Aug 2019 15:32:13 +0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Ok, sounds fair! I will add tox.ini to the project and let you know. I will then advertise the project on reddit / twitter / etc and hopefully some users will be interested in helping out. And since it is rather small - I can still do that myself. Thanks a lot! ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira : > Hi Nikita, > > On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? > wrote: > >> I would like to ask if you are interested in transferring pytest-mimesis >> to https://github.com/pytest-dev ? >> >> I am asking because: >> 1. I hope that it will increase the visibility of this plugin, we have a >> lot of Mimesis users, but they rearly use this plugin >> 2. I hope it will improve its maintenance, because currently I am doing >> it on my own - and I don't have that much time to spend on it >> > > Thanks for the interest in joining the pytest-dev organization! > > About 1, that's great, it is one of the main purposes of why the > pytest-dev organization was created for. > About 2, unfortunately in practice the maintenance will still fall under > your shoulders. pytest-dev developers can eventually help with questions, > but overall maintenance is still expected to be done by the original > developer(s). If you are having trouble finding time to maintain the > plugin, I suggest to start looking for co-maintainers. A good way to do > that is to promote frequent contributors you trust to maintainers. > > Other than that, I see your repository has everything required except for > a ``tox.ini`` file to facilitate contribution, which is one of our > requirements[1]. Do you think that could be added? > > So, having mentioned the point about maintenance and the tox.ini file, I > think pytest-memesis would be a great addition to pytest-dev IMHO. > > Cheers, > Bruno. > > [1]: > https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev > > If you are interested - what are the next steps? >> If not - what recommendations do you have for us to improve the project? >> >> Thanks! >> >> Best regards, >> Nikita Sobolev >> https://github.com/sobolevn >> _______________________________________________ >> 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 n.a.sobolev at gmail.com Fri Aug 9 18:37:00 2019 From: n.a.sobolev at gmail.com (=?UTF-8?B?0J3QuNC60LjRgtCwINCh0L7QsdC+0LvQtdCy?=) Date: Sat, 10 Aug 2019 01:37:00 +0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Done! tox is introduced in this PR: https://github.com/mimesis-lab/pytest-mimesis/pull/73 What's next? ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? : > Ok, sounds fair! > > I will add tox.ini to the project and let you know. > I will then advertise the project on reddit / twitter / etc and hopefully > some users will be interested in helping out. > And since it is rather small - I can still do that myself. > > Thanks a lot! > > ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira : > >> Hi Nikita, >> >> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? >> wrote: >> >>> I would like to ask if you are interested in transferring pytest-mimesis >>> to https://github.com/pytest-dev ? >>> >>> I am asking because: >>> 1. I hope that it will increase the visibility of this plugin, we have a >>> lot of Mimesis users, but they rearly use this plugin >>> 2. I hope it will improve its maintenance, because currently I am doing >>> it on my own - and I don't have that much time to spend on it >>> >> >> Thanks for the interest in joining the pytest-dev organization! >> >> About 1, that's great, it is one of the main purposes of why the >> pytest-dev organization was created for. >> About 2, unfortunately in practice the maintenance will still fall under >> your shoulders. pytest-dev developers can eventually help with questions, >> but overall maintenance is still expected to be done by the original >> developer(s). If you are having trouble finding time to maintain the >> plugin, I suggest to start looking for co-maintainers. A good way to do >> that is to promote frequent contributors you trust to maintainers. >> >> Other than that, I see your repository has everything required except for >> a ``tox.ini`` file to facilitate contribution, which is one of our >> requirements[1]. Do you think that could be added? >> >> So, having mentioned the point about maintenance and the tox.ini file, I >> think pytest-memesis would be a great addition to pytest-dev IMHO. >> >> Cheers, >> Bruno. >> >> [1]: >> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >> >> If you are interested - what are the next steps? >>> If not - what recommendations do you have for us to improve the project? >>> >>> Thanks! >>> >>> Best regards, >>> Nikita Sobolev >>> https://github.com/sobolevn >>> _______________________________________________ >>> 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 nicoddemus at gmail.com Sat Aug 10 07:40:39 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sat, 10 Aug 2019 08:40:39 -0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Great, thanks! Next step is to get approval from other core devs: > If no contributor strongly objects and two agree, the repository can then be transferred to the pytest-dev organisation. You have my +1. :) Cheers, On Fri, Aug 9, 2019 at 7:37 PM ?????? ??????? wrote: > Done! tox is introduced in this PR: > https://github.com/mimesis-lab/pytest-mimesis/pull/73 > > What's next? > > ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? : > >> Ok, sounds fair! >> >> I will add tox.ini to the project and let you know. >> I will then advertise the project on reddit / twitter / etc and hopefully >> some users will be interested in helping out. >> And since it is rather small - I can still do that myself. >> >> Thanks a lot! >> >> ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira : >> >>> Hi Nikita, >>> >>> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? >>> wrote: >>> >>>> I would like to ask if you are interested in transferring >>>> pytest-mimesis to https://github.com/pytest-dev ? >>>> >>>> I am asking because: >>>> 1. I hope that it will increase the visibility of this plugin, we have >>>> a lot of Mimesis users, but they rearly use this plugin >>>> 2. I hope it will improve its maintenance, because currently I am doing >>>> it on my own - and I don't have that much time to spend on it >>>> >>> >>> Thanks for the interest in joining the pytest-dev organization! >>> >>> About 1, that's great, it is one of the main purposes of why the >>> pytest-dev organization was created for. >>> About 2, unfortunately in practice the maintenance will still fall under >>> your shoulders. pytest-dev developers can eventually help with questions, >>> but overall maintenance is still expected to be done by the original >>> developer(s). If you are having trouble finding time to maintain the >>> plugin, I suggest to start looking for co-maintainers. A good way to do >>> that is to promote frequent contributors you trust to maintainers. >>> >>> Other than that, I see your repository has everything required except >>> for a ``tox.ini`` file to facilitate contribution, which is one of our >>> requirements[1]. Do you think that could be added? >>> >>> So, having mentioned the point about maintenance and the tox.ini file, I >>> think pytest-memesis would be a great addition to pytest-dev IMHO. >>> >>> Cheers, >>> Bruno. >>> >>> [1]: >>> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >>> >>> If you are interested - what are the next steps? >>>> If not - what recommendations do you have for us to improve the project? >>>> >>>> Thanks! >>>> >>>> Best regards, >>>> Nikita Sobolev >>>> https://github.com/sobolevn >>>> _______________________________________________ >>>> 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 arseny.antonov at gmail.com Sat Aug 10 12:59:15 2019 From: arseny.antonov at gmail.com (Arseniy Antonov) Date: Sat, 10 Aug 2019 19:59:15 +0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: I like this plugin too. Thank you for contributing. +1 . ??, 10 ???. 2019 ?. ? 14:41, Bruno Oliveira : > Great, thanks! > > Next step is to get approval from other core devs: > > > If no contributor strongly objects and two agree, the repository can > then be transferred to the pytest-dev organisation. > > You have my +1. :) > > Cheers, > > On Fri, Aug 9, 2019 at 7:37 PM ?????? ??????? > wrote: > >> Done! tox is introduced in this PR: >> https://github.com/mimesis-lab/pytest-mimesis/pull/73 >> >> What's next? >> >> ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? : >> >>> Ok, sounds fair! >>> >>> I will add tox.ini to the project and let you know. >>> I will then advertise the project on reddit / twitter / etc and >>> hopefully some users will be interested in helping out. >>> And since it is rather small - I can still do that myself. >>> >>> Thanks a lot! >>> >>> ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira : >>> >>>> Hi Nikita, >>>> >>>> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? >>>> wrote: >>>> >>>>> I would like to ask if you are interested in transferring >>>>> pytest-mimesis to https://github.com/pytest-dev ? >>>>> >>>>> I am asking because: >>>>> 1. I hope that it will increase the visibility of this plugin, we have >>>>> a lot of Mimesis users, but they rearly use this plugin >>>>> 2. I hope it will improve its maintenance, because currently I am >>>>> doing it on my own - and I don't have that much time to spend on it >>>>> >>>> >>>> Thanks for the interest in joining the pytest-dev organization! >>>> >>>> About 1, that's great, it is one of the main purposes of why the >>>> pytest-dev organization was created for. >>>> About 2, unfortunately in practice the maintenance will still fall >>>> under your shoulders. pytest-dev developers can eventually help with >>>> questions, but overall maintenance is still expected to be done by the >>>> original developer(s). If you are having trouble finding time to maintain >>>> the plugin, I suggest to start looking for co-maintainers. A good way to do >>>> that is to promote frequent contributors you trust to maintainers. >>>> >>>> Other than that, I see your repository has everything required except >>>> for a ``tox.ini`` file to facilitate contribution, which is one of our >>>> requirements[1]. Do you think that could be added? >>>> >>>> So, having mentioned the point about maintenance and the tox.ini file, >>>> I think pytest-memesis would be a great addition to pytest-dev IMHO. >>>> >>>> Cheers, >>>> Bruno. >>>> >>>> [1]: >>>> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >>>> >>>> If you are interested - what are the next steps? >>>>> If not - what recommendations do you have for us to improve the >>>>> project? >>>>> >>>>> Thanks! >>>>> >>>>> Best regards, >>>>> Nikita Sobolev >>>>> https://github.com/sobolevn >>>>> _______________________________________________ >>>>> pytest-dev mailing list >>>>> pytest-dev at python.org >>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>> >>>> _______________________________________________ > pytest-dev mailing list > pytest-dev at python.org > https://mail.python.org/mailman/listinfo/pytest-dev > -- -------------------------- Regards. Arseny Antonov -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicoddemus at gmail.com Sat Aug 10 15:05:23 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sat, 10 Aug 2019 16:05:23 -0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Nikita, The next step is to transfer the plugin ownership to one of the core developers, feel free to transfer to me. Cheers On Sat, Aug 10, 2019 at 1:59 PM Arseniy Antonov wrote: > I like this plugin too. > Thank you for contributing. > +1 . > > ??, 10 ???. 2019 ?. ? 14:41, Bruno Oliveira : > >> Great, thanks! >> >> Next step is to get approval from other core devs: >> >> > If no contributor strongly objects and two agree, the repository can >> then be transferred to the pytest-dev organisation. >> >> You have my +1. :) >> >> Cheers, >> >> On Fri, Aug 9, 2019 at 7:37 PM ?????? ??????? >> wrote: >> >>> Done! tox is introduced in this PR: >>> https://github.com/mimesis-lab/pytest-mimesis/pull/73 >>> >>> What's next? >>> >>> ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? : >>> >>>> Ok, sounds fair! >>>> >>>> I will add tox.ini to the project and let you know. >>>> I will then advertise the project on reddit / twitter / etc and >>>> hopefully some users will be interested in helping out. >>>> And since it is rather small - I can still do that myself. >>>> >>>> Thanks a lot! >>>> >>>> ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira : >>>> >>>>> Hi Nikita, >>>>> >>>>> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? >>>>> wrote: >>>>> >>>>>> I would like to ask if you are interested in transferring >>>>>> pytest-mimesis to https://github.com/pytest-dev ? >>>>>> >>>>>> I am asking because: >>>>>> 1. I hope that it will increase the visibility of this plugin, we >>>>>> have a lot of Mimesis users, but they rearly use this plugin >>>>>> 2. I hope it will improve its maintenance, because currently I am >>>>>> doing it on my own - and I don't have that much time to spend on it >>>>>> >>>>> >>>>> Thanks for the interest in joining the pytest-dev organization! >>>>> >>>>> About 1, that's great, it is one of the main purposes of why the >>>>> pytest-dev organization was created for. >>>>> About 2, unfortunately in practice the maintenance will still fall >>>>> under your shoulders. pytest-dev developers can eventually help with >>>>> questions, but overall maintenance is still expected to be done by the >>>>> original developer(s). If you are having trouble finding time to maintain >>>>> the plugin, I suggest to start looking for co-maintainers. A good way to do >>>>> that is to promote frequent contributors you trust to maintainers. >>>>> >>>>> Other than that, I see your repository has everything required except >>>>> for a ``tox.ini`` file to facilitate contribution, which is one of our >>>>> requirements[1]. Do you think that could be added? >>>>> >>>>> So, having mentioned the point about maintenance and the tox.ini file, >>>>> I think pytest-memesis would be a great addition to pytest-dev IMHO. >>>>> >>>>> Cheers, >>>>> Bruno. >>>>> >>>>> [1]: >>>>> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >>>>> >>>>> If you are interested - what are the next steps? >>>>>> If not - what recommendations do you have for us to improve the >>>>>> project? >>>>>> >>>>>> Thanks! >>>>>> >>>>>> Best regards, >>>>>> Nikita Sobolev >>>>>> https://github.com/sobolevn >>>>>> _______________________________________________ >>>>>> pytest-dev mailing list >>>>>> pytest-dev at python.org >>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>> >>>>> _______________________________________________ >> pytest-dev mailing list >> pytest-dev at python.org >> https://mail.python.org/mailman/listinfo/pytest-dev >> > -- > -------------------------- > Regards. > Arseny Antonov > -------------- next part -------------- An HTML attachment was scrubbed... URL: From n.a.sobolev at gmail.com Sat Aug 10 16:15:54 2019 From: n.a.sobolev at gmail.com (=?UTF-8?B?0J3QuNC60LjRgtCwINCh0L7QsdC+0LvQtdCy?=) Date: Sat, 10 Aug 2019 23:15:54 +0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Done, check your email. ??, 10 ???. 2019 ?. ? 22:05, Bruno Oliveira : > Nikita, > > The next step is to transfer the plugin ownership to one of the core > developers, feel free to transfer to me. > > Cheers > > On Sat, Aug 10, 2019 at 1:59 PM Arseniy Antonov > wrote: > >> I like this plugin too. >> Thank you for contributing. >> +1 . >> >> ??, 10 ???. 2019 ?. ? 14:41, Bruno Oliveira : >> >>> Great, thanks! >>> >>> Next step is to get approval from other core devs: >>> >>> > If no contributor strongly objects and two agree, the repository can >>> then be transferred to the pytest-dev organisation. >>> >>> You have my +1. :) >>> >>> Cheers, >>> >>> On Fri, Aug 9, 2019 at 7:37 PM ?????? ??????? >>> wrote: >>> >>>> Done! tox is introduced in this PR: >>>> https://github.com/mimesis-lab/pytest-mimesis/pull/73 >>>> >>>> What's next? >>>> >>>> ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? : >>>> >>>>> Ok, sounds fair! >>>>> >>>>> I will add tox.ini to the project and let you know. >>>>> I will then advertise the project on reddit / twitter / etc and >>>>> hopefully some users will be interested in helping out. >>>>> And since it is rather small - I can still do that myself. >>>>> >>>>> Thanks a lot! >>>>> >>>>> ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira : >>>>> >>>>>> Hi Nikita, >>>>>> >>>>>> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? >>>>>> wrote: >>>>>> >>>>>>> I would like to ask if you are interested in transferring >>>>>>> pytest-mimesis to https://github.com/pytest-dev ? >>>>>>> >>>>>>> I am asking because: >>>>>>> 1. I hope that it will increase the visibility of this plugin, we >>>>>>> have a lot of Mimesis users, but they rearly use this plugin >>>>>>> 2. I hope it will improve its maintenance, because currently I am >>>>>>> doing it on my own - and I don't have that much time to spend on it >>>>>>> >>>>>> >>>>>> Thanks for the interest in joining the pytest-dev organization! >>>>>> >>>>>> About 1, that's great, it is one of the main purposes of why the >>>>>> pytest-dev organization was created for. >>>>>> About 2, unfortunately in practice the maintenance will still fall >>>>>> under your shoulders. pytest-dev developers can eventually help with >>>>>> questions, but overall maintenance is still expected to be done by the >>>>>> original developer(s). If you are having trouble finding time to maintain >>>>>> the plugin, I suggest to start looking for co-maintainers. A good way to do >>>>>> that is to promote frequent contributors you trust to maintainers. >>>>>> >>>>>> Other than that, I see your repository has everything required except >>>>>> for a ``tox.ini`` file to facilitate contribution, which is one of our >>>>>> requirements[1]. Do you think that could be added? >>>>>> >>>>>> So, having mentioned the point about maintenance and the tox.ini >>>>>> file, I think pytest-memesis would be a great addition to pytest-dev IMHO. >>>>>> >>>>>> Cheers, >>>>>> Bruno. >>>>>> >>>>>> [1]: >>>>>> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >>>>>> >>>>>> If you are interested - what are the next steps? >>>>>>> If not - what recommendations do you have for us to improve the >>>>>>> project? >>>>>>> >>>>>>> Thanks! >>>>>>> >>>>>>> Best regards, >>>>>>> Nikita Sobolev >>>>>>> https://github.com/sobolevn >>>>>>> _______________________________________________ >>>>>>> pytest-dev mailing list >>>>>>> pytest-dev at python.org >>>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>>> >>>>>> _______________________________________________ >>> pytest-dev mailing list >>> pytest-dev at python.org >>> https://mail.python.org/mailman/listinfo/pytest-dev >>> >> -- >> -------------------------- >> Regards. >> Arseny Antonov >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicoddemus at gmail.com Sun Aug 11 11:36:15 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sun, 11 Aug 2019 12:36:15 -0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Got it, thanks! Should be all set, let me know if anything is amiss On Sat, Aug 10, 2019 at 5:16 PM ?????? ??????? wrote: > Done, check your email. > > ??, 10 ???. 2019 ?. ? 22:05, Bruno Oliveira : > >> Nikita, >> >> The next step is to transfer the plugin ownership to one of the core >> developers, feel free to transfer to me. >> >> Cheers >> >> On Sat, Aug 10, 2019 at 1:59 PM Arseniy Antonov >> wrote: >> >>> I like this plugin too. >>> Thank you for contributing. >>> +1 . >>> >>> ??, 10 ???. 2019 ?. ? 14:41, Bruno Oliveira : >>> >>>> Great, thanks! >>>> >>>> Next step is to get approval from other core devs: >>>> >>>> > If no contributor strongly objects and two agree, the repository can >>>> then be transferred to the pytest-dev organisation. >>>> >>>> You have my +1. :) >>>> >>>> Cheers, >>>> >>>> On Fri, Aug 9, 2019 at 7:37 PM ?????? ??????? >>>> wrote: >>>> >>>>> Done! tox is introduced in this PR: >>>>> https://github.com/mimesis-lab/pytest-mimesis/pull/73 >>>>> >>>>> What's next? >>>>> >>>>> ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? : >>>>> >>>>>> Ok, sounds fair! >>>>>> >>>>>> I will add tox.ini to the project and let you know. >>>>>> I will then advertise the project on reddit / twitter / etc and >>>>>> hopefully some users will be interested in helping out. >>>>>> And since it is rather small - I can still do that myself. >>>>>> >>>>>> Thanks a lot! >>>>>> >>>>>> ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira : >>>>>> >>>>>>> Hi Nikita, >>>>>>> >>>>>>> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? >>>>>>> wrote: >>>>>>> >>>>>>>> I would like to ask if you are interested in transferring >>>>>>>> pytest-mimesis to https://github.com/pytest-dev ? >>>>>>>> >>>>>>>> I am asking because: >>>>>>>> 1. I hope that it will increase the visibility of this plugin, we >>>>>>>> have a lot of Mimesis users, but they rearly use this plugin >>>>>>>> 2. I hope it will improve its maintenance, because currently I am >>>>>>>> doing it on my own - and I don't have that much time to spend on it >>>>>>>> >>>>>>> >>>>>>> Thanks for the interest in joining the pytest-dev organization! >>>>>>> >>>>>>> About 1, that's great, it is one of the main purposes of why the >>>>>>> pytest-dev organization was created for. >>>>>>> About 2, unfortunately in practice the maintenance will still fall >>>>>>> under your shoulders. pytest-dev developers can eventually help with >>>>>>> questions, but overall maintenance is still expected to be done by the >>>>>>> original developer(s). If you are having trouble finding time to maintain >>>>>>> the plugin, I suggest to start looking for co-maintainers. A good way to do >>>>>>> that is to promote frequent contributors you trust to maintainers. >>>>>>> >>>>>>> Other than that, I see your repository has everything required >>>>>>> except for a ``tox.ini`` file to facilitate contribution, which is one of >>>>>>> our requirements[1]. Do you think that could be added? >>>>>>> >>>>>>> So, having mentioned the point about maintenance and the tox.ini >>>>>>> file, I think pytest-memesis would be a great addition to pytest-dev IMHO. >>>>>>> >>>>>>> Cheers, >>>>>>> Bruno. >>>>>>> >>>>>>> [1]: >>>>>>> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >>>>>>> >>>>>>> If you are interested - what are the next steps? >>>>>>>> If not - what recommendations do you have for us to improve the >>>>>>>> project? >>>>>>>> >>>>>>>> Thanks! >>>>>>>> >>>>>>>> Best regards, >>>>>>>> Nikita Sobolev >>>>>>>> https://github.com/sobolevn >>>>>>>> _______________________________________________ >>>>>>>> pytest-dev mailing list >>>>>>>> pytest-dev at python.org >>>>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>>>> >>>>>>> _______________________________________________ >>>> pytest-dev mailing list >>>> pytest-dev at python.org >>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>> >>> -- >>> -------------------------- >>> Regards. >>> Arseny Antonov >>> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From n.a.sobolev at gmail.com Sun Aug 11 13:28:18 2019 From: n.a.sobolev at gmail.com (=?UTF-8?B?0J3QuNC60LjRgtCwINCh0L7QsdC+0LvQtdCy?=) Date: Sun, 11 Aug 2019 20:28:18 +0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Thanks a lot! Got your invite, repo is transferred. For some reason I cannot set labels or assignees for the issues inside `pytest-mimesis` anymore. Not sure where to look, since I have never transferred repos before. Here's the screenshot of what I see: [image: ?????? ?????? 2019-08-11 ? 20.26.57.png] ??, 11 ???. 2019 ?. ? 18:36, Bruno Oliveira : > Got it, thanks! Should be all set, let me know if anything is amiss > > On Sat, Aug 10, 2019 at 5:16 PM ?????? ??????? > wrote: > >> Done, check your email. >> >> ??, 10 ???. 2019 ?. ? 22:05, Bruno Oliveira : >> >>> Nikita, >>> >>> The next step is to transfer the plugin ownership to one of the core >>> developers, feel free to transfer to me. >>> >>> Cheers >>> >>> On Sat, Aug 10, 2019 at 1:59 PM Arseniy Antonov < >>> arseny.antonov at gmail.com> wrote: >>> >>>> I like this plugin too. >>>> Thank you for contributing. >>>> +1 . >>>> >>>> ??, 10 ???. 2019 ?. ? 14:41, Bruno Oliveira : >>>> >>>>> Great, thanks! >>>>> >>>>> Next step is to get approval from other core devs: >>>>> >>>>> > If no contributor strongly objects and two agree, the repository can >>>>> then be transferred to the pytest-dev organisation. >>>>> >>>>> You have my +1. :) >>>>> >>>>> Cheers, >>>>> >>>>> On Fri, Aug 9, 2019 at 7:37 PM ?????? ??????? >>>>> wrote: >>>>> >>>>>> Done! tox is introduced in this PR: >>>>>> https://github.com/mimesis-lab/pytest-mimesis/pull/73 >>>>>> >>>>>> What's next? >>>>>> >>>>>> ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? : >>>>>> >>>>>>> Ok, sounds fair! >>>>>>> >>>>>>> I will add tox.ini to the project and let you know. >>>>>>> I will then advertise the project on reddit / twitter / etc and >>>>>>> hopefully some users will be interested in helping out. >>>>>>> And since it is rather small - I can still do that myself. >>>>>>> >>>>>>> Thanks a lot! >>>>>>> >>>>>>> ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira : >>>>>>> >>>>>>>> Hi Nikita, >>>>>>>> >>>>>>>> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? < >>>>>>>> n.a.sobolev at gmail.com> wrote: >>>>>>>> >>>>>>>>> I would like to ask if you are interested in transferring >>>>>>>>> pytest-mimesis to https://github.com/pytest-dev ? >>>>>>>>> >>>>>>>>> I am asking because: >>>>>>>>> 1. I hope that it will increase the visibility of this plugin, we >>>>>>>>> have a lot of Mimesis users, but they rearly use this plugin >>>>>>>>> 2. I hope it will improve its maintenance, because currently I am >>>>>>>>> doing it on my own - and I don't have that much time to spend on it >>>>>>>>> >>>>>>>> >>>>>>>> Thanks for the interest in joining the pytest-dev organization! >>>>>>>> >>>>>>>> About 1, that's great, it is one of the main purposes of why the >>>>>>>> pytest-dev organization was created for. >>>>>>>> About 2, unfortunately in practice the maintenance will still fall >>>>>>>> under your shoulders. pytest-dev developers can eventually help with >>>>>>>> questions, but overall maintenance is still expected to be done by the >>>>>>>> original developer(s). If you are having trouble finding time to maintain >>>>>>>> the plugin, I suggest to start looking for co-maintainers. A good way to do >>>>>>>> that is to promote frequent contributors you trust to maintainers. >>>>>>>> >>>>>>>> Other than that, I see your repository has everything required >>>>>>>> except for a ``tox.ini`` file to facilitate contribution, which is one of >>>>>>>> our requirements[1]. Do you think that could be added? >>>>>>>> >>>>>>>> So, having mentioned the point about maintenance and the tox.ini >>>>>>>> file, I think pytest-memesis would be a great addition to pytest-dev IMHO. >>>>>>>> >>>>>>>> Cheers, >>>>>>>> Bruno. >>>>>>>> >>>>>>>> [1]: >>>>>>>> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >>>>>>>> >>>>>>>> If you are interested - what are the next steps? >>>>>>>>> If not - what recommendations do you have for us to improve the >>>>>>>>> project? >>>>>>>>> >>>>>>>>> Thanks! >>>>>>>>> >>>>>>>>> Best regards, >>>>>>>>> Nikita Sobolev >>>>>>>>> https://github.com/sobolevn >>>>>>>>> _______________________________________________ >>>>>>>>> pytest-dev mailing list >>>>>>>>> pytest-dev at python.org >>>>>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>>>>> >>>>>>>> _______________________________________________ >>>>> pytest-dev mailing list >>>>> pytest-dev at python.org >>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>> >>>> -- >>>> -------------------------- >>>> Regards. >>>> Arseny Antonov >>>> >>> -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ?????? ?????? 2019-08-11 ? 20.26.57.png Type: image/png Size: 163030 bytes Desc: not available URL: From nicoddemus at gmail.com Mon Aug 12 08:48:11 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Mon, 12 Aug 2019 09:48:11 -0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Hi Nikita, Please check again, I've now properly added the teams. On Sun, Aug 11, 2019 at 2:28 PM ?????? ??????? wrote: > Thanks a lot! Got your invite, repo is transferred. > > For some reason I cannot set labels or assignees for the issues inside > `pytest-mimesis` anymore. > Not sure where to look, since I have never transferred repos before. > > Here's the screenshot of what I see: > [image: ?????? ?????? 2019-08-11 ? 20.26.57.png] > > > ??, 11 ???. 2019 ?. ? 18:36, Bruno Oliveira : > >> Got it, thanks! Should be all set, let me know if anything is amiss >> >> On Sat, Aug 10, 2019 at 5:16 PM ?????? ??????? >> wrote: >> >>> Done, check your email. >>> >>> ??, 10 ???. 2019 ?. ? 22:05, Bruno Oliveira : >>> >>>> Nikita, >>>> >>>> The next step is to transfer the plugin ownership to one of the core >>>> developers, feel free to transfer to me. >>>> >>>> Cheers >>>> >>>> On Sat, Aug 10, 2019 at 1:59 PM Arseniy Antonov < >>>> arseny.antonov at gmail.com> wrote: >>>> >>>>> I like this plugin too. >>>>> Thank you for contributing. >>>>> +1 . >>>>> >>>>> ??, 10 ???. 2019 ?. ? 14:41, Bruno Oliveira : >>>>> >>>>>> Great, thanks! >>>>>> >>>>>> Next step is to get approval from other core devs: >>>>>> >>>>>> > If no contributor strongly objects and two agree, the repository >>>>>> can then be transferred to the pytest-dev organisation. >>>>>> >>>>>> You have my +1. :) >>>>>> >>>>>> Cheers, >>>>>> >>>>>> On Fri, Aug 9, 2019 at 7:37 PM ?????? ??????? >>>>>> wrote: >>>>>> >>>>>>> Done! tox is introduced in this PR: >>>>>>> https://github.com/mimesis-lab/pytest-mimesis/pull/73 >>>>>>> >>>>>>> What's next? >>>>>>> >>>>>>> ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? : >>>>>>> >>>>>>>> Ok, sounds fair! >>>>>>>> >>>>>>>> I will add tox.ini to the project and let you know. >>>>>>>> I will then advertise the project on reddit / twitter / etc and >>>>>>>> hopefully some users will be interested in helping out. >>>>>>>> And since it is rather small - I can still do that myself. >>>>>>>> >>>>>>>> Thanks a lot! >>>>>>>> >>>>>>>> ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira : >>>>>>>> >>>>>>>>> Hi Nikita, >>>>>>>>> >>>>>>>>> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? < >>>>>>>>> n.a.sobolev at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> I would like to ask if you are interested in transferring >>>>>>>>>> pytest-mimesis to https://github.com/pytest-dev ? >>>>>>>>>> >>>>>>>>>> I am asking because: >>>>>>>>>> 1. I hope that it will increase the visibility of this plugin, we >>>>>>>>>> have a lot of Mimesis users, but they rearly use this plugin >>>>>>>>>> 2. I hope it will improve its maintenance, because currently I am >>>>>>>>>> doing it on my own - and I don't have that much time to spend on it >>>>>>>>>> >>>>>>>>> >>>>>>>>> Thanks for the interest in joining the pytest-dev organization! >>>>>>>>> >>>>>>>>> About 1, that's great, it is one of the main purposes of why the >>>>>>>>> pytest-dev organization was created for. >>>>>>>>> About 2, unfortunately in practice the maintenance will still fall >>>>>>>>> under your shoulders. pytest-dev developers can eventually help with >>>>>>>>> questions, but overall maintenance is still expected to be done by the >>>>>>>>> original developer(s). If you are having trouble finding time to maintain >>>>>>>>> the plugin, I suggest to start looking for co-maintainers. A good way to do >>>>>>>>> that is to promote frequent contributors you trust to maintainers. >>>>>>>>> >>>>>>>>> Other than that, I see your repository has everything required >>>>>>>>> except for a ``tox.ini`` file to facilitate contribution, which is one of >>>>>>>>> our requirements[1]. Do you think that could be added? >>>>>>>>> >>>>>>>>> So, having mentioned the point about maintenance and the tox.ini >>>>>>>>> file, I think pytest-memesis would be a great addition to pytest-dev IMHO. >>>>>>>>> >>>>>>>>> Cheers, >>>>>>>>> Bruno. >>>>>>>>> >>>>>>>>> [1]: >>>>>>>>> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >>>>>>>>> >>>>>>>>> If you are interested - what are the next steps? >>>>>>>>>> If not - what recommendations do you have for us to improve the >>>>>>>>>> project? >>>>>>>>>> >>>>>>>>>> Thanks! >>>>>>>>>> >>>>>>>>>> Best regards, >>>>>>>>>> Nikita Sobolev >>>>>>>>>> https://github.com/sobolevn >>>>>>>>>> _______________________________________________ >>>>>>>>>> pytest-dev mailing list >>>>>>>>>> pytest-dev at python.org >>>>>>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>> pytest-dev mailing list >>>>>> pytest-dev at python.org >>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>> >>>>> -- >>>>> -------------------------- >>>>> Regards. >>>>> Arseny Antonov >>>>> >>>> _______________________________________________ > 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: ?????? ?????? 2019-08-11 ? 20.26.57.png Type: image/png Size: 163030 bytes Desc: not available URL: From n.a.sobolev at gmail.com Mon Aug 12 08:54:59 2019 From: n.a.sobolev at gmail.com (=?UTF-8?B?0J3QuNC60LjRgtCwINCh0L7QsdC+0LvQtdCy?=) Date: Mon, 12 Aug 2019 15:54:59 +0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Yes, now everything is correct. Thanks a lot! I will post updates soon (including the announcing tweet) ;) ??, 12 ???. 2019 ?. ? 15:48, Bruno Oliveira : > Hi Nikita, > > Please check again, I've now properly added the teams. > > On Sun, Aug 11, 2019 at 2:28 PM ?????? ??????? > wrote: > >> Thanks a lot! Got your invite, repo is transferred. >> >> For some reason I cannot set labels or assignees for the issues inside >> `pytest-mimesis` anymore. >> Not sure where to look, since I have never transferred repos before. >> >> Here's the screenshot of what I see: >> [image: ?????? ?????? 2019-08-11 ? 20.26.57.png] >> >> >> ??, 11 ???. 2019 ?. ? 18:36, Bruno Oliveira : >> >>> Got it, thanks! Should be all set, let me know if anything is amiss >>> >>> On Sat, Aug 10, 2019 at 5:16 PM ?????? ??????? >>> wrote: >>> >>>> Done, check your email. >>>> >>>> ??, 10 ???. 2019 ?. ? 22:05, Bruno Oliveira : >>>> >>>>> Nikita, >>>>> >>>>> The next step is to transfer the plugin ownership to one of the core >>>>> developers, feel free to transfer to me. >>>>> >>>>> Cheers >>>>> >>>>> On Sat, Aug 10, 2019 at 1:59 PM Arseniy Antonov < >>>>> arseny.antonov at gmail.com> wrote: >>>>> >>>>>> I like this plugin too. >>>>>> Thank you for contributing. >>>>>> +1 . >>>>>> >>>>>> ??, 10 ???. 2019 ?. ? 14:41, Bruno Oliveira : >>>>>> >>>>>>> Great, thanks! >>>>>>> >>>>>>> Next step is to get approval from other core devs: >>>>>>> >>>>>>> > If no contributor strongly objects and two agree, the repository >>>>>>> can then be transferred to the pytest-dev organisation. >>>>>>> >>>>>>> You have my +1. :) >>>>>>> >>>>>>> Cheers, >>>>>>> >>>>>>> On Fri, Aug 9, 2019 at 7:37 PM ?????? ??????? >>>>>>> wrote: >>>>>>> >>>>>>>> Done! tox is introduced in this PR: >>>>>>>> https://github.com/mimesis-lab/pytest-mimesis/pull/73 >>>>>>>> >>>>>>>> What's next? >>>>>>>> >>>>>>>> ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? : >>>>>>>> >>>>>>>>> Ok, sounds fair! >>>>>>>>> >>>>>>>>> I will add tox.ini to the project and let you know. >>>>>>>>> I will then advertise the project on reddit / twitter / etc and >>>>>>>>> hopefully some users will be interested in helping out. >>>>>>>>> And since it is rather small - I can still do that myself. >>>>>>>>> >>>>>>>>> Thanks a lot! >>>>>>>>> >>>>>>>>> ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira : >>>>>>>>> >>>>>>>>>> Hi Nikita, >>>>>>>>>> >>>>>>>>>> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? < >>>>>>>>>> n.a.sobolev at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> I would like to ask if you are interested in transferring >>>>>>>>>>> pytest-mimesis to https://github.com/pytest-dev ? >>>>>>>>>>> >>>>>>>>>>> I am asking because: >>>>>>>>>>> 1. I hope that it will increase the visibility of this plugin, >>>>>>>>>>> we have a lot of Mimesis users, but they rearly use this plugin >>>>>>>>>>> 2. I hope it will improve its maintenance, because currently I >>>>>>>>>>> am doing it on my own - and I don't have that much time to spend on it >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Thanks for the interest in joining the pytest-dev organization! >>>>>>>>>> >>>>>>>>>> About 1, that's great, it is one of the main purposes of why the >>>>>>>>>> pytest-dev organization was created for. >>>>>>>>>> About 2, unfortunately in practice the maintenance will still >>>>>>>>>> fall under your shoulders. pytest-dev developers can eventually help with >>>>>>>>>> questions, but overall maintenance is still expected to be done by the >>>>>>>>>> original developer(s). If you are having trouble finding time to maintain >>>>>>>>>> the plugin, I suggest to start looking for co-maintainers. A good way to do >>>>>>>>>> that is to promote frequent contributors you trust to maintainers. >>>>>>>>>> >>>>>>>>>> Other than that, I see your repository has everything required >>>>>>>>>> except for a ``tox.ini`` file to facilitate contribution, which is one of >>>>>>>>>> our requirements[1]. Do you think that could be added? >>>>>>>>>> >>>>>>>>>> So, having mentioned the point about maintenance and the tox.ini >>>>>>>>>> file, I think pytest-memesis would be a great addition to pytest-dev IMHO. >>>>>>>>>> >>>>>>>>>> Cheers, >>>>>>>>>> Bruno. >>>>>>>>>> >>>>>>>>>> [1]: >>>>>>>>>> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >>>>>>>>>> >>>>>>>>>> If you are interested - what are the next steps? >>>>>>>>>>> If not - what recommendations do you have for us to improve the >>>>>>>>>>> project? >>>>>>>>>>> >>>>>>>>>>> Thanks! >>>>>>>>>>> >>>>>>>>>>> Best regards, >>>>>>>>>>> Nikita Sobolev >>>>>>>>>>> https://github.com/sobolevn >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> pytest-dev mailing list >>>>>>>>>>> pytest-dev at python.org >>>>>>>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>> pytest-dev mailing list >>>>>>> pytest-dev at python.org >>>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>>> >>>>>> -- >>>>>> -------------------------- >>>>>> Regards. >>>>>> Arseny Antonov >>>>>> >>>>> _______________________________________________ >> 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: ?????? ?????? 2019-08-11 ? 20.26.57.png Type: image/png Size: 163030 bytes Desc: not available URL: From nicoddemus at gmail.com Mon Aug 12 09:09:21 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Mon, 12 Aug 2019 10:09:21 -0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Great, thanks! On Mon, Aug 12, 2019 at 9:55 AM ?????? ??????? wrote: > Yes, now everything is correct. Thanks a lot! > > I will post updates soon (including the announcing tweet) ;) > > ??, 12 ???. 2019 ?. ? 15:48, Bruno Oliveira : > >> Hi Nikita, >> >> Please check again, I've now properly added the teams. >> >> On Sun, Aug 11, 2019 at 2:28 PM ?????? ??????? >> wrote: >> >>> Thanks a lot! Got your invite, repo is transferred. >>> >>> For some reason I cannot set labels or assignees for the issues inside >>> `pytest-mimesis` anymore. >>> Not sure where to look, since I have never transferred repos before. >>> >>> Here's the screenshot of what I see: >>> [image: ?????? ?????? 2019-08-11 ? 20.26.57.png] >>> >>> >>> ??, 11 ???. 2019 ?. ? 18:36, Bruno Oliveira : >>> >>>> Got it, thanks! Should be all set, let me know if anything is amiss >>>> >>>> On Sat, Aug 10, 2019 at 5:16 PM ?????? ??????? >>>> wrote: >>>> >>>>> Done, check your email. >>>>> >>>>> ??, 10 ???. 2019 ?. ? 22:05, Bruno Oliveira : >>>>> >>>>>> Nikita, >>>>>> >>>>>> The next step is to transfer the plugin ownership to one of the core >>>>>> developers, feel free to transfer to me. >>>>>> >>>>>> Cheers >>>>>> >>>>>> On Sat, Aug 10, 2019 at 1:59 PM Arseniy Antonov < >>>>>> arseny.antonov at gmail.com> wrote: >>>>>> >>>>>>> I like this plugin too. >>>>>>> Thank you for contributing. >>>>>>> +1 . >>>>>>> >>>>>>> ??, 10 ???. 2019 ?. ? 14:41, Bruno Oliveira : >>>>>>> >>>>>>>> Great, thanks! >>>>>>>> >>>>>>>> Next step is to get approval from other core devs: >>>>>>>> >>>>>>>> > If no contributor strongly objects and two agree, the repository >>>>>>>> can then be transferred to the pytest-dev organisation. >>>>>>>> >>>>>>>> You have my +1. :) >>>>>>>> >>>>>>>> Cheers, >>>>>>>> >>>>>>>> On Fri, Aug 9, 2019 at 7:37 PM ?????? ??????? < >>>>>>>> n.a.sobolev at gmail.com> wrote: >>>>>>>> >>>>>>>>> Done! tox is introduced in this PR: >>>>>>>>> https://github.com/mimesis-lab/pytest-mimesis/pull/73 >>>>>>>>> >>>>>>>>> What's next? >>>>>>>>> >>>>>>>>> ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? >>>>>>>> >: >>>>>>>>> >>>>>>>>>> Ok, sounds fair! >>>>>>>>>> >>>>>>>>>> I will add tox.ini to the project and let you know. >>>>>>>>>> I will then advertise the project on reddit / twitter / etc and >>>>>>>>>> hopefully some users will be interested in helping out. >>>>>>>>>> And since it is rather small - I can still do that myself. >>>>>>>>>> >>>>>>>>>> Thanks a lot! >>>>>>>>>> >>>>>>>>>> ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira >>>>>>>>> >: >>>>>>>>>> >>>>>>>>>>> Hi Nikita, >>>>>>>>>>> >>>>>>>>>>> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? < >>>>>>>>>>> n.a.sobolev at gmail.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> I would like to ask if you are interested in transferring >>>>>>>>>>>> pytest-mimesis to https://github.com/pytest-dev ? >>>>>>>>>>>> >>>>>>>>>>>> I am asking because: >>>>>>>>>>>> 1. I hope that it will increase the visibility of this plugin, >>>>>>>>>>>> we have a lot of Mimesis users, but they rearly use this plugin >>>>>>>>>>>> 2. I hope it will improve its maintenance, because currently I >>>>>>>>>>>> am doing it on my own - and I don't have that much time to spend on it >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Thanks for the interest in joining the pytest-dev organization! >>>>>>>>>>> >>>>>>>>>>> About 1, that's great, it is one of the main purposes of why the >>>>>>>>>>> pytest-dev organization was created for. >>>>>>>>>>> About 2, unfortunately in practice the maintenance will still >>>>>>>>>>> fall under your shoulders. pytest-dev developers can eventually help with >>>>>>>>>>> questions, but overall maintenance is still expected to be done by the >>>>>>>>>>> original developer(s). If you are having trouble finding time to maintain >>>>>>>>>>> the plugin, I suggest to start looking for co-maintainers. A good way to do >>>>>>>>>>> that is to promote frequent contributors you trust to maintainers. >>>>>>>>>>> >>>>>>>>>>> Other than that, I see your repository has everything required >>>>>>>>>>> except for a ``tox.ini`` file to facilitate contribution, which is one of >>>>>>>>>>> our requirements[1]. Do you think that could be added? >>>>>>>>>>> >>>>>>>>>>> So, having mentioned the point about maintenance and the tox.ini >>>>>>>>>>> file, I think pytest-memesis would be a great addition to pytest-dev IMHO. >>>>>>>>>>> >>>>>>>>>>> Cheers, >>>>>>>>>>> Bruno. >>>>>>>>>>> >>>>>>>>>>> [1]: >>>>>>>>>>> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >>>>>>>>>>> >>>>>>>>>>> If you are interested - what are the next steps? >>>>>>>>>>>> If not - what recommendations do you have for us to improve the >>>>>>>>>>>> project? >>>>>>>>>>>> >>>>>>>>>>>> Thanks! >>>>>>>>>>>> >>>>>>>>>>>> Best regards, >>>>>>>>>>>> Nikita Sobolev >>>>>>>>>>>> https://github.com/sobolevn >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> pytest-dev mailing list >>>>>>>>>>>> pytest-dev at python.org >>>>>>>>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>> pytest-dev mailing list >>>>>>>> pytest-dev at python.org >>>>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>>>> >>>>>>> -- >>>>>>> -------------------------- >>>>>>> Regards. >>>>>>> Arseny Antonov >>>>>>> >>>>>> _______________________________________________ >>> 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: ?????? ?????? 2019-08-11 ? 20.26.57.png Type: image/png Size: 163030 bytes Desc: not available URL: From n.a.sobolev at gmail.com Mon Aug 12 16:26:44 2019 From: n.a.sobolev at gmail.com (=?UTF-8?B?0J3QuNC60LjRgtCwINCh0L7QsdC+0LvQtdCy?=) Date: Mon, 12 Aug 2019 23:26:44 +0300 Subject: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev In-Reply-To: References: Message-ID: Done! New version is released: https://github.com/pytest-dev/pytest-mimesis Here's the announcing tweet: https://twitter.com/OpensourceF/status/1161010776099950592 Thanks everyone! ??, 12 ???. 2019 ?. ? 16:09, Bruno Oliveira : > Great, thanks! > > On Mon, Aug 12, 2019 at 9:55 AM ?????? ??????? > wrote: > >> Yes, now everything is correct. Thanks a lot! >> >> I will post updates soon (including the announcing tweet) ;) >> >> ??, 12 ???. 2019 ?. ? 15:48, Bruno Oliveira : >> >>> Hi Nikita, >>> >>> Please check again, I've now properly added the teams. >>> >>> On Sun, Aug 11, 2019 at 2:28 PM ?????? ??????? >>> wrote: >>> >>>> Thanks a lot! Got your invite, repo is transferred. >>>> >>>> For some reason I cannot set labels or assignees for the issues inside >>>> `pytest-mimesis` anymore. >>>> Not sure where to look, since I have never transferred repos before. >>>> >>>> Here's the screenshot of what I see: >>>> [image: ?????? ?????? 2019-08-11 ? 20.26.57.png] >>>> >>>> >>>> ??, 11 ???. 2019 ?. ? 18:36, Bruno Oliveira : >>>> >>>>> Got it, thanks! Should be all set, let me know if anything is amiss >>>>> >>>>> On Sat, Aug 10, 2019 at 5:16 PM ?????? ??????? >>>>> wrote: >>>>> >>>>>> Done, check your email. >>>>>> >>>>>> ??, 10 ???. 2019 ?. ? 22:05, Bruno Oliveira : >>>>>> >>>>>>> Nikita, >>>>>>> >>>>>>> The next step is to transfer the plugin ownership to one of the core >>>>>>> developers, feel free to transfer to me. >>>>>>> >>>>>>> Cheers >>>>>>> >>>>>>> On Sat, Aug 10, 2019 at 1:59 PM Arseniy Antonov < >>>>>>> arseny.antonov at gmail.com> wrote: >>>>>>> >>>>>>>> I like this plugin too. >>>>>>>> Thank you for contributing. >>>>>>>> +1 . >>>>>>>> >>>>>>>> ??, 10 ???. 2019 ?. ? 14:41, Bruno Oliveira : >>>>>>>> >>>>>>>>> Great, thanks! >>>>>>>>> >>>>>>>>> Next step is to get approval from other core devs: >>>>>>>>> >>>>>>>>> > If no contributor strongly objects and two agree, the repository >>>>>>>>> can then be transferred to the pytest-dev organisation. >>>>>>>>> >>>>>>>>> You have my +1. :) >>>>>>>>> >>>>>>>>> Cheers, >>>>>>>>> >>>>>>>>> On Fri, Aug 9, 2019 at 7:37 PM ?????? ??????? < >>>>>>>>> n.a.sobolev at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> Done! tox is introduced in this PR: >>>>>>>>>> https://github.com/mimesis-lab/pytest-mimesis/pull/73 >>>>>>>>>> >>>>>>>>>> What's next? >>>>>>>>>> >>>>>>>>>> ??, 9 ???. 2019 ?. ? 15:32, ?????? ??????? >>>>>>>>> >: >>>>>>>>>> >>>>>>>>>>> Ok, sounds fair! >>>>>>>>>>> >>>>>>>>>>> I will add tox.ini to the project and let you know. >>>>>>>>>>> I will then advertise the project on reddit / twitter / etc and >>>>>>>>>>> hopefully some users will be interested in helping out. >>>>>>>>>>> And since it is rather small - I can still do that myself. >>>>>>>>>>> >>>>>>>>>>> Thanks a lot! >>>>>>>>>>> >>>>>>>>>>> ??, 9 ???. 2019 ?. ? 15:27, Bruno Oliveira >>>>>>>>>> >: >>>>>>>>>>> >>>>>>>>>>>> Hi Nikita, >>>>>>>>>>>> >>>>>>>>>>>> On Fri, Aug 9, 2019 at 6:14 AM ?????? ??????? < >>>>>>>>>>>> n.a.sobolev at gmail.com> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> I would like to ask if you are interested in transferring >>>>>>>>>>>>> pytest-mimesis to https://github.com/pytest-dev ? >>>>>>>>>>>>> >>>>>>>>>>>>> I am asking because: >>>>>>>>>>>>> 1. I hope that it will increase the visibility of this plugin, >>>>>>>>>>>>> we have a lot of Mimesis users, but they rearly use this plugin >>>>>>>>>>>>> 2. I hope it will improve its maintenance, because currently I >>>>>>>>>>>>> am doing it on my own - and I don't have that much time to spend on it >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> Thanks for the interest in joining the pytest-dev organization! >>>>>>>>>>>> >>>>>>>>>>>> About 1, that's great, it is one of the main purposes of why >>>>>>>>>>>> the pytest-dev organization was created for. >>>>>>>>>>>> About 2, unfortunately in practice the maintenance will still >>>>>>>>>>>> fall under your shoulders. pytest-dev developers can eventually help with >>>>>>>>>>>> questions, but overall maintenance is still expected to be done by the >>>>>>>>>>>> original developer(s). If you are having trouble finding time to maintain >>>>>>>>>>>> the plugin, I suggest to start looking for co-maintainers. A good way to do >>>>>>>>>>>> that is to promote frequent contributors you trust to maintainers. >>>>>>>>>>>> >>>>>>>>>>>> Other than that, I see your repository has everything required >>>>>>>>>>>> except for a ``tox.ini`` file to facilitate contribution, which is one of >>>>>>>>>>>> our requirements[1]. Do you think that could be added? >>>>>>>>>>>> >>>>>>>>>>>> So, having mentioned the point about maintenance and the >>>>>>>>>>>> tox.ini file, I think pytest-memesis would be a great addition to >>>>>>>>>>>> pytest-dev IMHO. >>>>>>>>>>>> >>>>>>>>>>>> Cheers, >>>>>>>>>>>> Bruno. >>>>>>>>>>>> >>>>>>>>>>>> [1]: >>>>>>>>>>>> https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev >>>>>>>>>>>> >>>>>>>>>>>> If you are interested - what are the next steps? >>>>>>>>>>>>> If not - what recommendations do you have for us to improve >>>>>>>>>>>>> the project? >>>>>>>>>>>>> >>>>>>>>>>>>> Thanks! >>>>>>>>>>>>> >>>>>>>>>>>>> Best regards, >>>>>>>>>>>>> Nikita Sobolev >>>>>>>>>>>>> https://github.com/sobolevn >>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>> pytest-dev mailing list >>>>>>>>>>>>> pytest-dev at python.org >>>>>>>>>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>>>>>>>>> >>>>>>>>>>>> _______________________________________________ >>>>>>>>> pytest-dev mailing list >>>>>>>>> pytest-dev at python.org >>>>>>>>> https://mail.python.org/mailman/listinfo/pytest-dev >>>>>>>>> >>>>>>>> -- >>>>>>>> -------------------------- >>>>>>>> Regards. >>>>>>>> Arseny Antonov >>>>>>>> >>>>>>> _______________________________________________ >>>> 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: ?????? ?????? 2019-08-11 ? 20.26.57.png Type: image/png Size: 163030 bytes Desc: not available URL: From nicoddemus at gmail.com Thu Aug 15 21:42:29 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Thu, 15 Aug 2019 22:42:29 -0300 Subject: [pytest-dev] pytest 5.1.0 released Message-ID: The pytest team is proud to announce the 5.1.0 release! pytest is a mature Python testing tool with more than a 2000 tests against itself, passing on many different interpreters and platforms. This release contains a number of bugs fixes and improvements, so users are encouraged to take a look at the CHANGELOG: https://docs.pytest.org/en/latest/changelog.html For complete documentation, please visit: https://docs.pytest.org/en/latest/ As usual, you can upgrade from pypi via: pip install -U pytest Thanks to all who contributed to this release, among them: * Albert Tugushev * Alexey Zankevich * Anthony Sottile * Bruno Oliveira * Daniel Hahler * David R?thlisberger * Florian Bruhin * Ilya Stepin * Jon Dufresne * Kaiqi * Max R * Miro Hron?ok * Oliver Bestwalter * Ran Benita * Ronny Pfannschmidt * Samuel Searles-Bryant * Semen Zhydenko * Steffen Schroeder * Thomas Grainger * Tim Hoffmann * William Woodall * Wojtek Erbetowski * Xixi Zhao * Yash Todi * boris * dmitry.dygalo * helloocc * martbln * mei-li Happy testing, The Pytest Development Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From asottile+pytest at umich.edu Tue Aug 20 17:46:39 2019 From: asottile+pytest at umich.edu (Anthony Sottile) Date: Tue, 20 Aug 2019 14:46:39 -0700 Subject: [pytest-dev] pytest 5.1.1 has been released! Message-ID: pytest 5.1.1 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/latest/changelog.html. Thanks to all who contributed to this release, among them: * Anthony Sottile * Bruno Oliveira * Daniel Hahler * Florian Bruhin * Hugo van Kemenade * Ran Benita * Ronny Pfannschmidt Happy testing, The pytest Development Team From nicoddemus at gmail.com Fri Aug 30 15:07:25 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 30 Aug 2019 16:07:25 -0300 Subject: [pytest-dev] pytest 5.1.2 Message-ID: pytest 5.1.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/latest/changelog.html. Thanks to all who contributed to this release, among them: * Andrzej Klajnert * Anthony Sottile * Bruno Oliveira * Christian Neum?ller * Robert Holt * linchiwei123 Happy testing, The pytest Development Team -------------- next part -------------- An HTML attachment was scrubbed... URL: