Pascal Chambon
Pascal Chambon
For people who need urgent django compatibility, I shamelessly advise to use https://github.com/pakal/django-compat-patcher until all dependencies are updated to Django2
Couldn't it simply be a global django setting ? Similar to SERVER_EMAIL and DEFAULT_FROM_EMAIL, but dedicated to django-newsletter usage ?
For now I worked around the problem by added a docutils.conf file in current directory, with this content. ``` [general] input_encoding = utf8 ```
I just had a similar issue with my kivy-ios project. I switched to manual signing, and it allowed me to have clear error messages about the issue : simply put,...
I was caught by this too, my cassettes kept growing when I wanted to just refresh request/response data. A "rerecord" mode (or any other name) would be fine, in the...
The "all" in VCR Ruby is documented as an overriding of current cassette, if I understand correctly ; https://relishapp.com/vcr/vcr/v/1-3-2/docs/record-modes/all-record-mode So I guess it'd make sense to switch to that semantic,...
Note : it has to be decided whether the most important is keeping compat' with Ruby or with existing vcrpy users. In the first case we correct the "all" behaviour,...
I've opened a PR for a first look at how it might look: https://github.com/pytest-dev/pytest-django/pull/768
I've updated the PR to latest master (https://github.com/pytest-dev/pytest-django/pull/768)
pytest-pythonpaths loads paths as early as it can, but even that doesn't work for my needs actually: the "-p" option of Pytest is loaded veryyyyy early in the pytest workflow,...