Date: Thu, 21 Jun 2018 15:44:41 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 228769] devel/py-testtools: Add missing dependencies (with workaround for devel/py-fixtures et al.) Message-ID: <bug-228769-21822-RN6K8L6Zgn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-228769-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-228769-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228769 --- Comment #1 from Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> --- According to upstream of both ports (fixtures and testtools), fixtures as an optional dependency of testtools and testtools is a dependency of fixtures. In testtools, fixtures are loaded as: fixtures = try_import('fixtures') Therefore, we could avoid circular dependency by not registering fixtures as a dependency of testtools. For their customers, devel/py-mox3, devel/py-testrepository and devel/py-testresources depend on both ports. And devel/py-extras, devel/py-python-subunit and www/py-falcon depend on py-testtools only. I would suggest adding py-fixtures to the latter 3 ports manually if necessary. -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228769-21822-RN6K8L6Zgn>
