[pytest-dev] pytest-8.2.0

2024-04-27 Thread Bruno Oliveira
For complete documentation, please visit: https://docs.pytest.org/en/stable/ As usual, you can upgrade from PyPI via: pip install -U pytest Thanks to all of the contributors to this release: * Bruno Oliveira * Daniel Miller * Florian Bruhin * HolyMagician03-UMich * John Litborn * Levon Saldamli

Re: [pytest-dev] pytest-libfaketime plugin submission to pytest-dev

2024-04-08 Thread Bruno Oliveira
On Mon, Apr 8, 2024, at 2:41 PM, Floris Bruynooghe wrote: > On Sat 06 Apr 2024 at 23:43 +0300, Ran Benita via pytest-dev wrote: > > > On Thu, Apr 4, 2024, at 17:47, Éloi Rivard via pytest-dev wrote: > >> Hi, > >> I am (also) the maintainer of pytest-libfaketime [1]. It brings and hides > >>

Re: [pytest-dev] pytest-iam plugin submission to pytest-dev

2024-04-08 Thread Bruno Oliveira
On Sat, Apr 6, 2024, at 5:40 PM, Ran Benita via pytest-dev wrote: > On Thu, Apr 4, 2024, at 17:32, Éloi Rivard via pytest-dev wrote: > > Hi, > > Hi > > > I am the maintainer of pytest-iam [1] and its underlying library Canaille > > [2]. > > This is a plugin that spawns a lightweight

[pytest-dev] pytest-7.3.1

2023-04-14 Thread Bruno Oliveira
pytest 7.3.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/stable/changelog.html. Thanks to all of the contributors to this release: * Ran Benita

[pytest-dev] pytest 7.2.2

2023-03-03 Thread Bruno Oliveira
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

Re: [pytest-dev] Looking for recommendation

2023-02-06 Thread Bruno Oliveira
Hi Steve, One technique which I have used for this scenario is to declare a base class containing the "common" tests. The class should not have the "Test" prefix/suffix as to not be collected by pytest. Then on the sibling projects, you create a Test subclass from the base class, which in turns

Re: [pytest-dev] Enabling 2FA for pytest-dev on PyPI

2023-01-22 Thread Bruno Oliveira
Yes that's why the message came to be hehehe. It will eventually be mandatory, from my understanding. Cheers On Sun, Jan 22, 2023 at 6:47 AM Floris Bruynooghe wrote: > So why does tidelift keep telling us every week this isn't completed? > > On Fri 20 Jan 2023 at 10:47 -0300, Bruno

Re: [pytest-dev] Enabling 2FA for pytest-dev on PyPI

2023-01-20 Thread Bruno Oliveira
the project until they enable 2FA. This project will be part of PyPI's two-factor authentication mandate for critical projects. As a result, this setting cannot be disabled for this project. So no action is required. Cheers, Bruno. On Fri, Jan 20, 2023 at 10:44 AM Bruno Oliveira wrote: > Hi fo

[pytest-dev] Enabling 2FA for pytest-dev on PyPI

2023-01-20 Thread Bruno Oliveira
Hi folks, In https://mail.python.org/pipermail/pytest-dev/2022-December/005139.html we agreed on enabling 2FA for pytest-dev on GitHub, which we did. How about we do the same for the pytest project in PyPI? Cheers, Bruno. ___ pytest-dev mailing list

[pytest-dev] pytest 7.2.1

2023-01-14 Thread Bruno Oliveira
Sottile * Bruno Oliveira * Daniel Valenzuela * Kadino * Prerak Patel * Ronny Pfannschmidt * Santiago Castro * s-padmanaban Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-31 Thread Bruno Oliveira
the repo to you later today. We would like >> to add the following admins: sweetStreet, pengyunie, gliga, and >> owolabileg. >> >> Thanks, >> Yuki >> >> On Thu, Dec 29, 2022 at 3:46 PM Bruno Oliveira >> wrote: >> >>> >>> >>&

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-29 Thread Bruno Oliveira
e that this is inline test code that is > > not run when not reached via pytest. Eg I recommend `itest`, short, easy > to > > write, explicit. > > > > Cheers, > > Oliver > > > > On Thu., Dec. 29, 2022, 4:39 a.m. Bruno Oliveira, > > wrote: > &g

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-29 Thread Bruno Oliveira
Hi Yuki, Sorry for the late reply, I think this notification slipped through the cracks. We need two +1 votes from members before we can continue with the transfer. I'm +1, the plugin definitely looks interesting, we need just one more vote then. Cheers, Bruno. On Wed, Nov 23, 2022 at 3:15 PM

Re: [pytest-dev] Enabling 2FA for pytest-dev

2022-12-09 Thread Bruno Oliveira
, I'm not entirely sure here and >> on how restricting this may turn out to be for people. >> >> Anyway, requiring 2FA is a decent step I support. >> >> Cheers, >> Floris >> >> >> On Thu 08 Dec 2022 at 13:17 -0300, Bruno Oliveira wrote: >>

Re: [pytest-dev] Enabling 2FA for pytest-dev

2022-12-08 Thread Bruno Oliveira
Hi folks, I intend to enable the requirement in a few hours, unless someone objects. Cheers, Bruno. On Thu, Dec 8, 2022 at 1:17 PM Bruno Oliveira wrote: > Hi folks, > > Given the recent incident of suspicious activity using a stolen credential > from a pytest-dev org member, it w

[pytest-dev] Enabling 2FA for pytest-dev

2022-12-08 Thread Bruno Oliveira
Hi folks, Given the recent incident of suspicious activity using a stolen credential from a pytest-dev org member, it was suggested that pytest is high-enough profile that we should require 2FA for all members. I'm definitely +1 on this, sending this message here in case someone wants to voice

Re: [pytest-dev] github compromised account on organisation

2022-12-08 Thread Bruno Oliveira
Thanks Floris. Yes, please go ahead and contact the user. I've posted a thread about this for the Core team in the pytest-dev Discussions, just for reference: https://github.com/orgs/pytest-dev/teams/core/discussions/23 Cheers, Bruno. On Thu, Dec 8, 2022 at 10:18 AM Floris Bruynooghe wrote:

Re: [pytest-dev] Candidate plugin "pytest-tcpclient"

2022-11-17 Thread Bruno Oliveira
All done! Next step would be for you to open PRs updating URLs in README, docs, etc. Cheers, and thanks for moving pytest-tcpclient over to pytest-dev! On Thu, Nov 17, 2022 at 6:10 PM Anders Lindstrom wrote: > On it's way. > > On Fri, 18 Nov 2022 at 08:04, Bruno Oliveira wrot

Re: [pytest-dev] Candidate plugin "pytest-tcpclient"

2022-11-17 Thread Bruno Oliveira
07:24, Floris Bruynooghe wrote: > >> Hello, >> >> +1 from me too. >> >> Cheers, >> Floris >> >> >> On Wed 16 Nov 2022 at 08:18 -0300, Bruno Oliveira wrote: >> >> > Hello Anders, >> > >> > I did take a look at the

Re: [pytest-dev] Candidate plugin "pytest-tcpclient"

2022-11-17 Thread Bruno Oliveira
Anders, Feel free to transfer the repository to me (nicoddemus), and I can move the transfer forward. Cheers, Bruno On Thu, Nov 17, 2022 at 5:24 PM Floris Bruynooghe wrote: > Hello, > > +1 from me too. > > Cheers, > Floris > > > On Wed 16 Nov 2022 at 08:18

Re: [pytest-dev] Candidate plugin "pytest-tcpclient"

2022-11-16 Thread Bruno Oliveira
Hello Anders, I did take a look at the plugin and it does fit all requirements. +1 from me. Cheers, Bruno On Tue, Nov 15, 2022 at 9:52 PM Anders Lindstrom wrote: > Hi, > > I've written a pytest plugin called `pytest-tcpclient`. Here it is: > >- https://pypi.org/project/pytest-tcpclient/

Re: [pytest-dev] preparing a pytest-dev/core social video meetup and preparing ideas for a online/offline sprint in 2023

2022-10-08 Thread Bruno Oliveira
Ronny, Sounds like a good idea, specially having another Sprint in person. Cheers, Bruno On Sat, Oct 8, 2022 at 4:48 AM Ronny Pfannschmidt < opensou...@ronnypfannschmidt.de> wrote: > Hi everyone, > > > with the pandemic ensuring lack of safe conferences/sprints since a > while now, > i think

Re: [pytest-dev] Transfer of pyfakefs to pytest-dev - second try

2022-10-05 Thread Bruno Oliveira
e repo be transferred to if nobody > objects? > > Thanks, > > Andreas > > > Am 01.10.2022 um 20:15 schrieb Bruno Oliveira: > > +1 for me too btw. > > Cheers, > > On Sat, Oct 1, 2022 at 5:08 AM Sorin Sbarnea > wrote: > >> +1 from me. I think we shoul

Re: [pytest-dev] Transfer of pyfakefs to pytest-dev - second try

2022-10-01 Thread Bruno Oliveira
+1 for me too btw. Cheers, On Sat, Oct 1, 2022 at 5:08 AM Sorin Sbarnea wrote: > +1 from me. I think we should show that pytest-dev is an open minded > organisation. I remeber when I lead the move of testinfra into it, where we > faced a similar dilemma, the fact that it was a little bit more

[pytest-dev] pytest 7.1.3

2022-09-02 Thread Bruno Oliveira
Sottile * Bruno Oliveira * Gergely Kalmár * Nipunn Koorapati * Pax * Sviatoslav Sydorenko * Tim Hoffmann * Tony Narlock * Wolfremium * Zach OBrien * aizpurua23a Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org

[pytest-dev] pytest-7.1.2

2022-04-23 Thread Bruno Oliveira
Sottile * Bruno Oliveira * Hugo van Kemenade * Kian Eliasi * Ran Benita * Zac Hatfield-Dodds Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

[pytest-dev] pytest-7.0.1

2022-02-11 Thread Bruno Oliveira
Sottile * Bruno Oliveira * Ran Benita Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

Re: [pytest-dev] pytest-parallel submission

2021-09-15 Thread Bruno Oliveira
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 < opensou...@ronnypfannschmidt.de> wrote: > Based on the fact that pytest-parallel massively monkey-patches the >

Re: [pytest-dev] pytest-parallel submission

2021-09-01 Thread Bruno Oliveira
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

[pytest-dev] pytest 6.2.5

2021-08-30 Thread Bruno Oliveira
Sottile * Bruno Oliveira * Brylie Christopher Oxley * Daniel Asztalos * Florian Bruhin * Jason Haugen * MapleCCC * Michał Górny * Miro Hrončok * Ran Benita * Ronny Pfannschmidt * Sylvain Bellemare * Thomas Güttler Happy testing, The pytest Development Team

Re: [pytest-dev] Console folding

2021-07-01 Thread Bruno Oliveira
Hi Jeff, That seems really useful, however it would require pytest's output to become interactive, which would be a separate application I believe. This certainly seems possible to implement as a plugin, perhaps using Rich? Anyway that is a neat idea. Cheers, Bruno. On Thu, Jul 1, 2021 at 6:20

Re: [pytest-dev] Pytest Dev Team Joining Request: pytest-mimesis

2021-05-06 Thread Bruno Oliveira
Invitation sent! Cheers, Bruno On Thu, May 6, 2021 at 8:43 AM Likid wrote: > Yes, it is. Thanks you very much! > > On Thu, May 6, 2021 at 1:48 PM Bruno Oliveira > wrote: > >> Hi Isaak! >> >> As the author of pytest-mimesis, you are certainly welcome to join th

Re: [pytest-dev] Pytest Dev Team Joining Request: pytest-mimesis

2021-05-06 Thread Bruno Oliveira
Hi Isaak! As the author of pytest-mimesis, you are certainly welcome to join the organization. Is your GitHub handle lk-geimfari? Cheers, On Wed, May 5, 2021 at 7:59 PM Likid wrote: > Hi! My name is Isaak. I’m the author of Mimesis > and >

Re: [pytest-dev] How can I suppress cleanups when a test fails

2021-04-16 Thread Bruno Oliveira
Hi Eliot, The only way to detect failures is using the pytest_runtest_logreport hook, where you will obtain the test report for each test during each phase (setup/call/teardown). You will need to store that somewhere so you can reuse it later, possibly in a global variable or in self if you

Re: [pytest-dev] autospec for monkeypatch

2021-03-21 Thread Bruno Oliveira
> there is no option to only accept existing keys. I'm not sure what they mean... there's a `raising` keyword argument, which defaults to True. [] Bruno On Sun, Mar 21, 2021 at 2:41 PM Brian Okken wrote: > I think I want to get some extra help on this good question. > - Brian > > - Brian > >

Re: [pytest-dev] Transfer of pytest-order to pytest-dev

2021-03-04 Thread Bruno Oliveira
Folks, Anybody opposes this? We need two +1 from core maintainers to move this forward. Cheers, Bruno On Tue, Mar 2, 2021 at 9:06 PM Bruno Oliveira wrote: > Hi Hansemrbean, > > As I wrote in the issues themselves, +1 from me. > > Thanks for stepping up! > > Cheers, >

Re: [pytest-dev] Transfer of pytest-order to pytest-dev

2021-03-02 Thread Bruno Oliveira
Hi Hansemrbean, As I wrote in the issues themselves, +1 from me. Thanks for stepping up! Cheers, Bruno. On Tue, Mar 2, 2021 at 5:51 PM hansemrbean via pytest-dev < pytest-dev@python.org> wrote: > pytest-order (https://github.com/mrbean-bremen/pytest-order) is a fork > of pytest-ordering

Re: [pytest-dev] pytest documentation

2021-02-27 Thread Bruno Oliveira
Hi Daniele, On Sat, Feb 27, 2021 at 9:26 AM Daniele Procida wrote: > As you may remember, back in 2017 at EuroPython in Rimini I made an > attempt to restructure pytest's documentation, according to the principles > in https://documentation.divio.com. See >

[pytest-dev] pytest-6.2.2

2021-01-25 Thread Bruno Oliveira
Johnson * Bruno Oliveira * Chris NeJame * Ran Benita Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

Re: [pytest-dev] Testing fixture teardown / finalisation

2021-01-06 Thread Bruno Oliveira
Hi James, What I suggest you do in your case is to decouple your code from the fixture, so if you have something like this today: @pytest.fixture(scope="module") def my_work_reqs(): # some # complicated # setup # code yield x # some result

[pytest-dev] pytest 6.2.1

2020-12-15 Thread Bruno Oliveira
pytest 6.2.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/stable/changelog.html. Thanks to all of the contributors to this release: * Bruno

Re: [pytest-dev] Running doctest for the certain function

2020-12-13 Thread Bruno Oliveira
Hi Ilya, That's the current behavior, there are no command-line/syntax to select doctests inside files. Cheers, Bruno. On Sun, Dec 13, 2020 at 8:37 PM Ilya Kazakevich via pytest-dev < pytest-dev@python.org> wrote: > Hello. > > I have some function with doctest in a file called "spam.py" > ```

[pytest-dev] pytest 6.1.2 released

2020-10-28 Thread Bruno Oliveira
pytest 6.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/stable/changelog.html. Thanks to all of the contributors to this release: * Bruno

Re: [pytest-dev] How do plugins support multiple pytest versions?

2020-10-06 Thread Bruno Oliveira
Hey Brian, On Tue, Oct 6, 2020 at 1:55 PM Brian Okken wrote: > Hi, > > How do plugins support multiple pytest versions when the hook api changes? > Or should they? > > Example. > pytest-json-report ytest_warning_captured, which was deprecated in pytest > 6. > Looks like there's a new hook,

Re: [pytest-dev] Using meta project for organization wide issues

2020-09-10 Thread Bruno Oliveira
Hi everyone, The Discussions feature is now enabled. Let's see how best we can use this feature to declutter the issue tracker if possible, and create a good knowledge base of problems/solutions. Cheers, On Wed, Sep 9, 2020 at 8:32 AM Bruno Oliveira wrote: > Thanks Sorin for bringing this

Re: [pytest-dev] Using meta project for organization wide issues

2020-09-09 Thread Bruno Oliveira
Thanks Sorin for bringing this up. I've posted a request to enable the Discussions feature for pytest-dev/pytest: https://github.community/t/can-one-apply-for-github-discussions-beta/121120/162?u=nicoddemus Cheers, Bruno. On Tue, Sep 8, 2020 at 11:08 AM Sorin Sbarnea wrote: > My intent was to

Re: [pytest-dev] Transfer of pytest-html and pytest-molecule under pytest-dev

2020-08-17 Thread Bruno Oliveira
On Mon, Aug 17, 2020 at 4:42 PM Floris Bruynooghe wrote: > On Mon 17 Aug 2020 at 08:51 -0300, Bruno Oliveira wrote: > > On Sat, Aug 15, 2020 at 2:05 PM Sorin Sbarnea > wrote: > >> https://pypi.org/project/pytest-plus/ > >> https://pypi.org/project/pytes

Re: [pytest-dev] Transfer of pytest-html and pytest-molecule under pytest-dev

2020-08-17 Thread Bruno Oliveira
Hi all, On Sat, Aug 15, 2020 at 2:05 PM Sorin Sbarnea wrote: > I would like to transfer two pytest plugins (MIT) that I wrote and > maintain to pytest-dev organization. > > My main goals being: > - assure their long term maintenance > - adopt similar testing methods > - improve cross plugin

Re: [pytest-dev] pytest 6.0.1

2020-07-30 Thread Bruno Oliveira
t; On Thu, Jul 30, 2020, 13:50 Bruno Oliveira wrote: > >> pytest 6.0.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

[pytest-dev] pytest 6.0.1

2020-07-30 Thread Bruno Oliveira
: * Bruno Oliveira * Mattreex * Ran Benita * hp310780 Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

[pytest-dev] pytest 6.0.0 released!

2020-07-28 Thread Bruno Oliveira
, it really helped us out nail down a few problems before the final release. Also many thanks to all contributors, among them: * Alfredo Deza * Andreas Maier * Andrew * Anthony Sottile * ArtyomKaltovich * Arvin Firouzi * Bruno Oliveira * Claire Cecil * Curt J. Sampson * Daniel * Daniel Hahler

Re: [pytest-dev] my limited/reduced availability until at least mid-september/october

2020-07-21 Thread Bruno Oliveira
Hi Ronny, Thanks for the heads up! Please make sure to take the time you need to care for your family, we are always grateful for all the work you do in pytest + the ecosystem. Cheers, Bruno On Tue, Jul 21, 2020 at 6:07 PM Ronny Pfannschmidt < opensou...@ronnypfannschmidt.de> wrote: > Hi

[pytest-dev] pytest 6.0.0rc1 released

2020-07-09 Thread Bruno Oliveira
://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among them: * Alfredo Deza * Andreas Maier * Andrew * Anthony Sottile * ArtyomKaltovich * Bruno Oliveira * Claire Cecil * Curt J. Sampson * Daniel * Daniel Hahler * Danny Sepler * David Diaz Barquero * Fabio Zadrozny

Re: [pytest-dev] hardcode 4.x mid-2020 EOL

2020-07-04 Thread Bruno Oliveira
Hi Thomas, Thanks for bringing this up! Hardcoding the date for 4.6 EOL is something we should discuss. So far we have had a few releases since the beginning of the year: January, May and June, with contributions from the community. Given our overhead is relatively small (review merge a PR and

[pytest-dev] pytest 4.6.11

2020-06-05 Thread Bruno Oliveira
who contributed to this release, among them: * Anthony Sottile * Bruno Oliveira * Sviatoslav Sydorenko Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

[pytest-dev] pytest 5.4.3

2020-06-02 Thread Bruno Oliveira
: * Anthony Sottile * Bruno Oliveira * Ran Benita * Tor Colvin Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

[pytest-dev] pytest 5.4.2

2020-05-08 Thread Bruno Oliveira
: * Anthony Sottile * Bruno Oliveira * Daniel Hahler * Ran Benita * Ronny Pfannschmidt Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

Re: [pytest-dev] New home and maintainer for pytest-describe?

2020-04-05 Thread Bruno Oliveira
+1 as well :) On Sun, Apr 5, 2020 at 9:38 AM Floris Bruynooghe wrote: > Hi Christoph, > > On Fri 03 Apr 2020 at 20:25 +0200, Christoph Zwerschke wrote: > > > The author of pytest-describe, a pytest plugin for Jasmine-style nesting > > of test functions, is currently looking for a new

Re: [pytest-dev] Fwd: Continuing on failures

2020-03-27 Thread Bruno Oliveira
Hi Maximilian, On Thu, Mar 26, 2020 at 7:29 PM Maximilian Roos wrote: > > To prefix: as a long time user and evangelizer of pytest, a big thank you > for the superb tool. > Thanks for the kind words, we appreciate it. > As per that README, it only works on the first failure, because the test

[pytest-dev] pytest 5.4.1 released!

2020-03-13 Thread Bruno Oliveira
contributed to this release, among them: * Bruno Oliveira Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

Re: [pytest-dev] Proposal: Elevating Ran Benita/@bluetech from Contributor to Core

2020-03-09 Thread Bruno Oliveira
Hi everyone, I think this is unanimous then, I've added bluetech to the Core team. Cheers, Bruno On Sun, Mar 8, 2020 at 4:51 PM Tyler Goodlet wrote: > +1 from myself as well considering the couple contribs to pluggy :) > > - goodboy > > On Sat, Mar 7, 2020 at 1:55 PM Ronny Pfannschmidt >

Re: [pytest-dev] Proposal: Elevating Ran Benita/@bluetech from Contributor to Core

2020-03-08 Thread Bruno Oliveira
Definitely +1 On Sat, Mar 7, 2020 at 3:55 PM Ronny Pfannschmidt < opensou...@ronnypfannschmidt.de> wrote: > Hi everyone, > > over the last few months Ran demonstrated both excellent communication > and contribution. > I believe Ran would make a great addition to the Core team. > > So after

[pytest-dev] pytest 5.3.4

2020-01-20 Thread Bruno Oliveira
contributed to this release, among them: * Bruno Oliveira * Daniel Hahler * Ran Benita Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

[pytest-dev] pytest 5.3.3

2020-01-17 Thread Bruno Oliveira
: * Adam Johnson * Alexandre Mulatinho * Anthony Sottile * Bruno Oliveira * Chris NeJame * Daniel Hahler * Hugo van Kemenade * Marcelo Duarte Trevisani * PaulC * Ran Benita * Ryan Barner * Seth Junot * marc Happy testing, The pytest Development Team ___ pytest

Re: [pytest-dev] pytest does not collect test-cases - what am I doing wrong?

2020-01-16 Thread Bruno Oliveira
Hi Hartmut. Sure thing, thanks for creating the issue and maintaining PyInstaller. :) (FWIW in case you didn't know already, we freeze pytest as part of our suite using PyInstaller:

Re: [pytest-dev] pytest does not collect test-cases - what am I doing wrong?

2020-01-16 Thread Bruno Oliveira
Hi! Thanks for the branches, I managed to reproduce the issue but only after installing the exact same versions of pytest, pluggy, and plugins. The problem is the pytest-drop-dup-tests plugin, if I pass -p no:drop-dup-tests, the test is collected and executed as normal. If you really need to

Re: [pytest-dev] pytest does not collect test-cases - what am I doing wrong?

2020-01-16 Thread Bruno Oliveira
Hi Harmut, It works for me when I use your repository directly: λ pip install pytest PyInstaller λ python -m pytest src test session starts platform win32 -- Python 3.6.8, pytest-5.3.2, py-1.8.1, pluggy-0.13.1 rootdir: C:\Users\bruno\hooksample

[pytest-dev] Opinions on the looks of the pytest docs

2020-01-06 Thread Bruno Oliveira
Hi everyone, I've tried to send a message here about the current looks of the pytest documentation here, but due to image sizes it was blocked, so I opened an issue instead: https://github.com/pytest-dev/pytest/issues/6402 Everyone is welcome to join the discussion there. Cheers, Bruno

Re: [pytest-dev] returning from my break and choosing my role

2019-12-23 Thread Bruno Oliveira
Thanks a lot for this e-mail Ronny! It is very important to be comfortable and in a role you enjoy and care about when participating in a open source project like pytest. As we have discussed many times in chat/email, backward compatibility brakages are sometimes necessary and are part of the

[pytest-dev] pytest 5.3.2

2019-12-14 Thread Bruno Oliveira
: * Anthony Sottile * Bruno Oliveira * Claudio Madotto * Daniel Hahler * Jared Vasquez * Michael Rose * Ran Benita * Ronny Pfannschmidt * Zac Hatfield-Dodds Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https

[pytest-dev] pytest 4.6.7 released

2019-12-05 Thread Bruno Oliveira
/changelog.html. Thanks to all who contributed to this release, among them: * Bruno Oliveira * Daniel Hahler Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

Re: [pytest-dev] -k EXPRESSION: How to allow for case-insensitive matching

2019-12-04 Thread Bruno Oliveira
-k and have an exact match so e.g. > I do > > $ pytest -k test_xxx > > and I want that to run test_xxx only and not test_xxx_1 etc. Is there > a way to do that? > > -- > Oscar > > On Wed, 4 Dec 2019 at 20:56, Bruno Oliveira wrote: > > > > Thanks every

Re: [pytest-dev] -k EXPRESSION: How to allow for case-insensitive matching

2019-12-04 Thread Bruno Oliveira
.19 um 15:55 schrieb Brian Okken: > > I think switching to case insensitive by default would be fine. Do we > need a flag for case sensitive? Not sure. > > > > - Brian > > > >> On Dec 4, 2019, at 6:26 AM, Florian Bruhin wrote: > >> > >> Hey, >

Re: [pytest-dev] -k EXPRESSION: How to allow for case-insensitive matching

2019-12-04 Thread Bruno Oliveira
Hi Christoph, On Wed, Dec 4, 2019 at 9:38 AM Christoph Buelter < buelter.christ...@gmail.com> wrote: > Greetings, > > the -k EXPRESSION matching behaviour of the pytest CLI, which deselects > tests based on the given expression, is case-sensitive. > More than once I've myself wished that it

Re: [pytest-dev] Requesting a change of our deprecation policy and the potentially removal of the features branch

2019-11-25 Thread Bruno Oliveira
Hi everyone, I'm also fine to discuss changes to our deprecation policy as Ronny is suggesting. Cheers, Bruon On Mon, Nov 25, 2019 at 12:02 PM Bruno Oliveira wrote: > Hi Ronny, > > Thanks for writing up. > > Personally I'm tired of arguing for having the "features" br

Re: [pytest-dev] Requesting a change of our deprecation policy and the potentially removal of the features branch

2019-11-25 Thread Bruno Oliveira
Hi Ronny, Thanks for writing up. Personally I'm tired of arguing for having the "features" branch around, which most core devs think it is not necessary, so I'm OK with us dropping it and just having a `master` branch, with each release being potentially a bugfix or a feature release. Cheers,

[pytest-dev] pytest 5.3.0

2019-11-19 Thread Bruno Oliveira
* Anthony Sottile * Anton Lodder * Bruno Oliveira * Daniel Hahler * Gregory Lee * Josh Karpel * JoshKarpel * Joshua Storck * Kale Kundert * MarcoGorelli * Michael Krebs * NNRepos * Ran Benita * TH3CHARLie * Tibor Arpas * Zac Hatfield-Dodds * 林玮 Happy testing, The Pytest Development Team

Re: [pytest-dev] Plugin Submission "pytest-stress "

2019-11-18 Thread Bruno Oliveira
s! 落 > > On Mon, Nov 18, 2019 at 4:51 AM Bruno Oliveira > wrote: > >> >> >> On Mon, Nov 18, 2019 at 7:04 AM Florian Bruhin >> wrote: >> >>> If so, +1 from me! >>> >> >> +1 from me too. Feel free to transfer the repository

Re: [pytest-dev] Plugin Submission "pytest-stress "

2019-11-18 Thread Bruno Oliveira
On Mon, Nov 18, 2019 at 7:04 AM Florian Bruhin wrote: > If so, +1 from me! > +1 from me too. Feel free to transfer the repository to me or Florian so we can complete the transferring process. Cheers, Bruno ___ pytest-dev mailing list

[pytest-dev] pytest 5.2.3

2019-11-14 Thread Bruno Oliveira
: * Anthony Sottile * Brett Cannon * Bruno Oliveira * Daniel Hahler * Daniil Galiev * David Szotten * Florian Bruhin * Patrick Harmon * Ran Benita * Zac Hatfield-Dodds * Zak Hassan Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest

[pytest-dev] pytest 5.2.2

2019-10-24 Thread Bruno Oliveira
: * Albert Tugushev * Andrzej Klajnert * Anthony Sottile * Bruno Oliveira * Daniel Hahler * Florian Bruhin * Nattaphoom Chaipreecha * Oliver Bestwalter * Philipp Loose * Ran Benita * Victor Maryama * Yoav Caspi Happy testing, The pytest Development Team

Re: [pytest-dev] Building the Rationale for upcoming changes in the node construction apis

2019-10-24 Thread Bruno Oliveira
Hi Ronny, Thanks for all the hard work on this, I'm sure the final result will be as good/valuable as all the internal mark refactoring. Cheers, Bruno On Thu, Oct 24, 2019 at 6:20 PM RonnyPfannschmidt < opensou...@ronnypfannschmidt.de> wrote: > Hi everyone, > > in

[pytest-dev] Future of pytest-xdist/execnet?

2019-10-24 Thread Bruno Oliveira
Hi everyone, For some time now execnet has been in maintenance only mode, and even so very few people are willing to maintain it; lately just myself and I’m not a good choice given that I don’t know the codebase at all, plus I have tons on my plate already. This poses a problem because often we

Re: [pytest-dev] [proposal] global and per item data stashes

2019-10-15 Thread Bruno Oliveira
Hi Ronny, As you have shared this before in chat, at first glance it sounds like a good idea! Some questions that we can probably elaborate on once we have something more concrete to discuss: 1. You say "each stash would be a context manager", but it is not clear to me how this would work in

[pytest-dev] pytest 4.6.6

2019-10-13 Thread Bruno Oliveira
to all who contributed to this release, among them: * Anthony Sottile * Bruno Oliveira * Michael Goerz Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

Re: [pytest-dev] transferring ownership of pytest-ordering

2019-10-09 Thread Bruno Oliveira
At least one potential volunteer has reached out to me so far, so thanks > for the tweet :) > > -Frank > > On Tue, Oct 8, 2019 at 6:41 PM Bruno Oliveira > wrote: > >> Hi Frank, >> >> Thanks for the interest in transferring pytest-ordering over to >>

Re: [pytest-dev] transferring ownership of pytest-ordering

2019-10-08 Thread Bruno Oliveira
Hi Frank, Thanks for the interest in transferring pytest-ordering over to pytest-dev! Keep in mind though that the intent of moving plugins over to the pytest-dev organization is not to transfer maintenance responsibilities, but a way for plugins to get more visibility and prevent "plugin

[pytest-dev] pytest 5.2.1

2019-10-06 Thread Bruno Oliveira
: * Anthony Sottile * Bruno Oliveira * Florian Bruhin * Hynek Schlawack * Kevin J. Foley * tadashigaki Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

[pytest-dev] pytest 5.2 released

2019-09-29 Thread Bruno Oliveira
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 ___ pytest-dev mailing list

[pytest-dev] pytest 5.1.3

2019-09-21 Thread Bruno Oliveira
: * Anthony Sottile * Bruno Oliveira * Christian Neumüller * Daniel Hahler * Gene Wood * Hugo Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

Re: [pytest-dev] Adding pytest-mpi to pytest-dev org on github

2019-09-19 Thread Bruno Oliveira
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!

Re: [pytest-dev] Strike for the climate on 20th (Friday)

2019-09-19 Thread Bruno Oliveira
: > 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 whi

[pytest-dev] Strike for the climate on 20th (Friday)

2019-09-18 Thread Bruno Oliveira
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

[pytest-dev] pytest 5.1.2

2019-08-30 Thread Bruno Oliveira
: * Andrzej Klajnert * Anthony Sottile * Bruno Oliveira * Christian Neumüller * Robert Holt * linchiwei123 Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

Re: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev

2019-08-11 Thread 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 plugi

Re: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev

2019-08-10 Thread 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,

Re: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev

2019-08-10 Thread Bruno Oliveira
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, &g

Re: [pytest-dev] Fwd: pytest-mimesis transfer to pytest-dev

2019-08-09 Thread 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

[pytest-dev] pytest 4.6.5 released!

2019-08-05 Thread Bruno Oliveira
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

[pytest-dev] pytest 5.0.1

2019-07-05 Thread Bruno Oliveira
: * AmirElkess * Andreu Vallbona Plazas * Anthony Sottile * Bruno Oliveira * Florian Bruhin * Michael Moore * Niklas Meinzer * Thomas Grainger Happy testing, The pytest Development Team ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org

  1   2   3   4   5   >