From n.a.sobolev at gmail.com Mon Sep 9 04:52:51 2019 From: n.a.sobolev at gmail.com (=?UTF-8?B?0J3QuNC60LjRgtCwINCh0L7QsdC+0LvQtdCy?=) Date: Mon, 9 Sep 2019 11:52:51 +0300 Subject: [pytest-dev] pytest-mypy-plugins announce Message-ID: Hello, I would like to publicly announce our new pytest plugin: https://github.com/typeddjango/pytest-mypy-plugins The main idea is: when you write complex type annotation, redistributable stubs, or custom mypy plugins, you really need to test the resulting types. That's where this plugin is helpful! Announcing post: https://sobolevn.me/2019/08/testing-mypy-types Tweet: https://twitter.com/OpensourceF/status/1170982254782406656 (retweet is appreciated!) Any feedback is welcome! Since the plugin is quite new and we are still figuring out use-cases for it. Cheers, Nikita Sobolev -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicoddemus at gmail.com Wed Sep 18 05:57:30 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Wed, 18 Sep 2019 06:57:30 -0300 Subject: [pytest-dev] Strike for the climate on 20th (Friday) Message-ID: Hi everyone, pytest, devpi and tox want to join the Digital Climate Strike which will happen next Friday: https://digital.globalclimatestrike.net/ The idea is to 1) not have the support team available on that day, as well as perhaps 2) including a widget to the docs advertising the event, such as this one: https://assets.digitalclimatestrike.net/demo.html?fullPage&showCloseButton (Note that it can be closed and still provide access to the docs). I think there will be almost no disruption, as sometimes issues sit around for a day before getting an answer and the widget over the docs can be dismissed with a single click. Opinions? -------------- next part -------------- An HTML attachment was scrubbed... URL: From brianna.laugher at gmail.com Thu Sep 19 02:03:08 2019 From: brianna.laugher at gmail.com (Brianna Laugher) Date: Thu, 19 Sep 2019 16:03:08 +1000 Subject: [pytest-dev] Strike for the climate on 20th (Friday) In-Reply-To: References: Message-ID: I reckon go for it! Can we put a banner on the Github repo somehow? See you in the streets ? Brianna On Wed, 18 Sep 2019 at 19:57, Bruno Oliveira wrote: > Hi everyone, > > pytest, devpi and tox want to join the Digital Climate Strike which will > happen next Friday: > > https://digital.globalclimatestrike.net/ > > The idea is to 1) not have the support team available on that day, as well > as perhaps 2) including a widget to the docs advertising the event, such as > this one: > > https://assets.digitalclimatestrike.net/demo.html?fullPage&showCloseButton > > > (Note that it can be closed and still provide access to the docs). > > I think there will be almost no disruption, as sometimes issues sit around > for a day before getting an answer and the widget over the docs can be > dismissed with a single click. > > Opinions? > _______________________________________________ > pytest-dev mailing list > pytest-dev at python.org > https://mail.python.org/mailman/listinfo/pytest-dev > -- They've just been waiting in a mountain for the right moment: http://modernthings.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicoddemus at gmail.com Thu Sep 19 07:31:39 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Thu, 19 Sep 2019 08:31:39 -0300 Subject: [pytest-dev] Strike for the climate on 20th (Friday) In-Reply-To: References: Message-ID: Hi Brianna, Sure, I've opened a PR for that: https://github.com/pytest-dev/pytest/pull/5861 If nobody opposes this, I plan to merge this soon and create a pinned issue stating that pytest developers won't be available tomorrow. Cheers, On Thu, Sep 19, 2019 at 3:03 AM Brianna Laugher wrote: > I reckon go for it! Can we put a banner on the Github repo somehow? > > See you in the streets ? > > Brianna > > On Wed, 18 Sep 2019 at 19:57, Bruno Oliveira wrote: > >> Hi everyone, >> >> pytest, devpi and tox want to join the Digital Climate Strike which will >> happen next Friday: >> >> https://digital.globalclimatestrike.net/ >> >> The idea is to 1) not have the support team available on that day, as >> well as perhaps 2) including a widget to the docs advertising the event, >> such as this one: >> >> https://assets.digitalclimatestrike.net/demo.html?fullPage&showCloseButton >> >> >> (Note that it can be closed and still provide access to the docs). >> >> I think there will be almost no disruption, as sometimes issues sit >> around for a day before getting an answer and the widget over the docs can >> be dismissed with a single click. >> >> Opinions? >> _______________________________________________ >> pytest-dev mailing list >> pytest-dev at python.org >> https://mail.python.org/mailman/listinfo/pytest-dev >> > > > -- > They've just been waiting in a mountain for the right moment: > http://modernthings.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From aragilar at gmail.com Thu Sep 19 09:22:27 2019 From: aragilar at gmail.com (James Tocknell) Date: Thu, 19 Sep 2019 23:22:27 +1000 Subject: [pytest-dev] Adding pytest-mpi to pytest-dev org on github Message-ID: Hi pytest devs I've developed a small pytest plugin (https://github.com/aragilar/pytest-mpi) which assists with using MPI ( https://en.wikipedia.org/wiki/Message_Passing_Interface) with pytest, and I'm looking for a github org to host it, would it be possible to have pytest-dev host it? Currently it is very under-documented, and needs tests/CI set up, as it's currently just a quick hack to support https://github.com/h5py/h5py/pull/1255, but I do plan on documenting it (which I need to do anyway so that other h5py contributors can use it), and adding proper tests, but let know if there's any major problems with this. Thanks James -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicoddemus at gmail.com Thu Sep 19 12:03:38 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Thu, 19 Sep 2019 13:03:38 -0300 Subject: [pytest-dev] Adding pytest-mpi to pytest-dev org on github In-Reply-To: References: Message-ID: Hi James, Thanks for the interest in moving the plugin to pytest-dev! I don't think there are any problems other than the requirements described here: https://github.com/pytest-dev/pytest/blob/master/CONTRIBUTING.rst#submitting-plugins-to-pytest-dev Let us know if you have any questions! Cheers, On Thu, Sep 19, 2019 at 10:23 AM James Tocknell wrote: > Hi pytest devs > > I've developed a small pytest plugin ( > https://github.com/aragilar/pytest-mpi) which assists with using MPI ( > https://en.wikipedia.org/wiki/Message_Passing_Interface) with pytest, and > I'm looking for a github org to host it, would it be possible to have > pytest-dev host it? Currently it is very under-documented, and needs > tests/CI set up, as it's currently just a quick hack to support > https://github.com/h5py/h5py/pull/1255, but I do plan on documenting it > (which I need to do anyway so that other h5py contributors can use it), and > adding proper tests, but let know if there's any major problems with this. > > Thanks > James > _______________________________________________ > 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 Sep 21 09:58:47 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sat, 21 Sep 2019 10:58:47 -0300 Subject: [pytest-dev] pytest 5.1.3 Message-ID: pytest 5.1.3 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 * Christian Neum?ller * Daniel Hahler * Gene Wood * Hugo Happy testing, The pytest Development Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From flub at devork.be Sun Sep 29 04:52:17 2019 From: flub at devork.be (Floris Bruynooghe) Date: Sun, 29 Sep 2019 10:52:17 +0200 Subject: [pytest-dev] moving pytest-timeout to github Message-ID: <87sgofv60u.fsf@powell.devork.be> Hi all, The pytest-timeout still lives on bitbucket under the pytest-dev team, mostly because me as original author still prefer mercurial, not that I'm overly active anymore anyway. However since bitbuket is dropping mercurial support this is a bit annoying. My other personal projects I'll probably move to sr.ht, however for a project formerly living in the pytest-dev team this seems sub-optimal. Most active pytest-dev team members work on github AFAIK so I think it makes sense to move there, also as I use github for other projects these days so don't mind as much as I used to. So my question to you all is: do you still have the various migration scripts to migrate projects from bitbucket to github? Currently there are only 14 open issues on bitbucket, so manually transferring issues is not an impossible task. But I also have no experience converting the actual repository. So if someone knows how to do this, knows of a good guide on how to do this or wants to volunteer to do this migration please say something! Cheers, Floris From flub at devork.be Sun Sep 29 05:46:27 2019 From: flub at devork.be (Floris Bruynooghe) Date: Sun, 29 Sep 2019 11:46:27 +0200 Subject: [pytest-dev] moving pytest-timeout to github In-Reply-To: References: <87sgofv60u.fsf@powell.devork.be> Message-ID: <87pnjjv3ik.fsf@powell.devork.be> On Sun 29 Sep 2019 at 11:00 +0200, Ronny Pfannschmidt wrote: > I still have my stuff around, I'll collect the details this evening > and will create a example repository using the user maps we created > before Great to hear this tooling is still around, thank you so much for doing all that work! Cheers, Floris From nicoddemus at gmail.com Sun Sep 29 09:29:41 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sun, 29 Sep 2019 10:29:41 -0300 Subject: [pytest-dev] pytest 5.2 released Message-ID: pytest-5.2.0 ======================================= The pytest team is proud to announce the 5.2.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: * Andrzej Klajnert * Anthony Sottile * Bruno Oliveira * Daniel Hahler * James Cooke * Michael Goerz * Ran Benita * Tom?? Chv?tal * aklajnert Happy testing, The Pytest Development Team -------------- next part -------------- An HTML attachment was scrubbed... URL: