Path to this page:
Subject: CVS commit: pkgsrc/www/py-test-django
From: Adam Ciarcinski
Date: 2019-11-13 21:56:56
Message id: 20191113205656.DA124FA95@cvs.NetBSD.org
Log Message:
py-test-django: updated to 3.7.0
3.7.0:
Bugfixes
* Monkeypatch pytest to not use ``TestCase.debug`` with unittests, instead
of patching it into Django.
* Work around pytest crashing due to ``pytest.fail`` being used from within the
DB blocker, and pytest trying to display an object representation involving
DB access. pytest-django uses a ``RuntimeError`` now instead.
Files: