Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2022 00:16:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 262061] www/py-django-dpaste: Update to 3.5
Message-ID:  <bug-262061-21822-DScxBgjQHF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262061-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262061-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262061

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|koobs@FreeBSD.org           |kai@FreeBSD.org
             Status|New                         |Open
                 CC|                            |python@FreeBSD.org
              Flags|maintainer-feedback?(koobs@ |maintainer-feedback+
                   |FreeBSD.org)                |

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Thanks Kai, looks good.=20

1) Since setup.py 'test' is deprecated (setuptools, et al), are you able to
switch this to use unittest directly? One of the following should just work:

- `python -m unittest -v` (shortcut for 'unittest discover')
- `python -m unittest -v tests`

2) Please include changelog link and MFH: <branch|No> <reason> in commit log
message

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262061-21822-DScxBgjQHF>