[pytest-dev] Fwd: Error in conftest cache

2016-11-16 Thread Dan Nealschneider
I believe that there is a bug in the conftest cache in the Session object. In some situations, conftests are applied based on the last one imported, rather than directory hierarchy. The pytest hook docs say "Session and test running activities will invoke all hooks defined in conftest.py files clos

Re: [pytest-dev] Sprint this summer?

2017-03-15 Thread Dan Nealschneider
I'm also curious about whether anyone else will be at PyCon US? On Wed, Mar 15, 2017 at 5:47 AM, Oliver Bestwalter wrote: > Hi all, > > just want to get the ball rolling and ask if planning has started already > and how I can help. > > This is mainly triggered by a question here: https://github.

[pytest-dev] Is anyone at PyCon2017 in Portland?

2017-05-21 Thread Dan Nealschneider
Is anyone else at PyCon2017? Are there open issues we could work on during the Sprints? ___ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev

[pytest-dev] Garbage collection and pytest fixtures

2017-10-07 Thread Dan Nealschneider
Hey all- I've been exploring some of our tests that use a lot of memory, and whose memory use seems to grow over the course of a test run. In my preliminary investiagtion it seems like some of the memory use can be attributed to fixtures which create large objects. I'm using py.test 3.1.3 in python

Re: [pytest-dev] preparing a set of breaking changes

2018-04-10 Thread Dan Nealschneider
Ohhh removal of yield tests is great. I think I have a memory-use reduction commit that broke for yield tests :) On Sun, Apr 8, 2018 at 5:40 AM, Floris Bruynooghe wrote: > Hi Ronny, > > On Sun 08 Apr 2018 at 12:28 +0200, RonnyPfannschmidt wrote: > > i wold like to get started with a long needed