python3Packages.aiohttp: remove trustme test dependency on aarch64-darwin

This is an optional test dependency dependency is no longer needed, and
makes the package unbuildable on aarch64-darwin, as it transitively
depends on pyopenssl, which is marked broken.
This commit is contained in:
Kai Wohlfahrt
2022-05-25 16:14:26 +00:00
committed by GitHub
parent f197bd6e34
commit df1f9ecd9b
@@ -67,6 +67,9 @@ buildPythonPackage rec {
pytest-mock
pytestCheckHook
re-assert
] ++ lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [
# Optional test dependency. Depends indirectly on pyopenssl, which is
# broken on aarch64-darwin.
trustme
];