Created attachment 231127 [details] py-azure-core-1_21_1.patch devel/py-azure-core: Update to 1.21.1 Changes: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CHANGELOG.md make test: E ModuleNotFoundError: No module named 'devtools_testutils' 5 warnings, 1 error in 2.38 seconds This devtools_testutils is from azure-sdk-tools: https://github.com/Azure/azure-sdk-for-python/tree/main/tools/azure-sdk-tools https://github.com/Azure/azure-sdk-for-python/blob/main/tools/azure-sdk-tools/setup.py # This is a "fake" package, meaning it's not supposed to be released but used # locally with "pip install -e" That's why I'm suggesting just removing the test target.
ports 48466eb2d50b517f5e985e322f18e73cbeabef91 ps. tests are still an issue here
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5388dfc87dfce300c963337b92b2146900c9571e commit 5388dfc87dfce300c963337b92b2146900c9571e Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-01-25 19:25:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-25 19:51:19 +0000 devel/py-azure-core: Remove test target PR: 261305 devel/py-azure-core/Makefile | 8 -------- 1 file changed, 8 deletions(-)
(In reply to Danilo G. Baio from comment #1) Committed. Thanks!