https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228769
--- Comment #1 from Sunpoet Po-Chuan Hsieh <sunp...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"