Skip to content

Commit

Permalink
py-test-django: updated to 3.7.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adam committed Nov 13, 2019
1 parent c79d6ef commit accdc3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/py-test-django/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2019/11/05 07:49:37 adam Exp $
# $NetBSD: Makefile,v 1.16 2019/11/13 20:56:56 adam Exp $

DISTNAME= pytest-django-3.6.0
DISTNAME= pytest-django-3.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-django/}
Expand Down
10 changes: 5 additions & 5 deletions www/py-test-django/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.16 2019/11/05 07:49:37 adam Exp $
$NetBSD: distinfo,v 1.17 2019/11/13 20:56:56 adam Exp $

SHA1 (pytest-django-3.6.0.tar.gz) = f657a05defd16c5c4ee469c7a62c50e80a9dc6ae
RMD160 (pytest-django-3.6.0.tar.gz) = 2f237046b4a7ab48c9a15b67868dfc0b0f30dcd4
SHA512 (pytest-django-3.6.0.tar.gz) = f5548b8c2fecd576f70c9135b8f7ba1711c2aee8c0bcc5ac8a3ec42cc043cb375e267b81d3c7c57709eb795fb1a7da3f49d69155e42ec2ef67c7065c84ca393f
Size (pytest-django-3.6.0.tar.gz) = 68743 bytes
SHA1 (pytest-django-3.7.0.tar.gz) = 6c351e3cf9319bf9fe378880830241e9b1981847
RMD160 (pytest-django-3.7.0.tar.gz) = 3be0d76b42240e88528775d58dac2b1cf50aff3d
SHA512 (pytest-django-3.7.0.tar.gz) = ea3eb738ae234157ea1da2dc7bc2dea10136a3b062f5eb6b8a1777dd618f476a48cce6cfe8450834d50f6cf924d070cc212510efb18cf1c69e287502cbd6ffcf
Size (pytest-django-3.7.0.tar.gz) = 69100 bytes

0 comments on commit accdc3b

Please sign in to comment.