From owner-freebsd-ports-bugs@freebsd.org Thu Oct 11 17:04:44 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9F8110C1149 for ; Thu, 11 Oct 2018 17:04:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 55E2078E07 for ; Thu, 11 Oct 2018 17:04:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1AACC10C1148; Thu, 11 Oct 2018 17:04:44 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0927510C1147 for ; Thu, 11 Oct 2018 17:04:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D7F278E04 for ; Thu, 11 Oct 2018 17:04:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0849A6CE2 for ; Thu, 11 Oct 2018 17:04:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w9BH4gfw089182 for ; Thu, 11 Oct 2018 17:04:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w9BH4gMf089181 for ports-bugs@FreeBSD.org; Thu, 11 Oct 2018 17:04:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232182] sysutils/py-pyznap: Add tests to the port Date: Thu, 11 Oct 2018 17:04:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: 0mp@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 17:04:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232182 Bug ID: 232182 Summary: sysutils/py-pyznap: Add tests to the port Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: feature Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: 0mp@FreeBSD.org CC: driesm.michiels@gmail.com CC: driesm.michiels@gmail.com Flags: maintainer-feedback?(driesm.michiels@gmail.com) Hi, pyznap has a test suite. It would be nice to add it to the port's Makefile. I've found out that it requires at least the following things to be added to the Makefile: > TEST_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FL= AVOR} \ > ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-ru= nner@${PY_FLAVOR} \ > faketime:devel/libfaketime >=20 > do-test: > @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test There is a problem, however. The tests seem to be broken when I ran them in poudriere. I've opened a bug report in the upstream bug tracker.[1]=20 If you could find some time to address those issues as a maintainer then the FreeBSD port of pyznap should be rock-solid! :) Cheers! [1]: https://github.com/yboetz/pyznap/issues/14 --=20 You are receiving this mail because: You are the assignee for the bug.=