mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.yalexs: disable failing test
This is test only, newer version break compat with home-assistant.
This commit is contained in:
parent
0344b2eec2
commit
b1f5afb266
1 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,11 @@ buildPythonPackage rec {
|
|||
requests-mock
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# aiohttp api breakage, remove when bumping to 9.2.8 or newer
|
||||
"test__raise_response_exceptions"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "yalexs" ];
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue