Skip to content

Conversation

@browniebroke
Copy link
Contributor

@browniebroke browniebroke commented May 3, 2022

Django recently enabled the cached template loader by default in development. This was added in django/django#15586 (commit django/django@bf7c51a).

As a result, some tests started failing when the whole test suite was run, but not when they were run individually.

We can fix this by setting the template loaders in our test settings.

Django recently enabled the cached template loader by default in development.
This was added in:

django/django@bf7c51a

As a result, some tests started failing when the whole test suite was run, but not when they were run individually.

We can fix this by setting the template loaders in our test settings.
@nedbat
Copy link
Member

nedbat commented May 4, 2022

Thanks! :)

@nedbat nedbat merged commit edb0b77 into coveragepy:master May 4, 2022
@browniebroke browniebroke deleted the fix/djangotip-build branch May 4, 2022 10:40
@nedbat
Copy link
Member

nedbat commented May 4, 2022

I've released v2.0.3 with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants