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:
parent
f197bd6e34
commit
df1f9ecd9b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue