Merge pull request #199208 from veehaitch/python-boltons-darwin-net

This commit is contained in:
Sandro
2022-11-12 20:17:22 +01:00
committed by GitHub
@@ -34,6 +34,9 @@ buildPythonPackage rec {
})
];
# Tests bind to localhost
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [
"boltons"
];