Skip to content

Commit

Permalink
python313Packages.aiortsp: disable blocking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Feb 6, 2025
1 parent db1a7ed commit 43af794
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/aiortsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ buildPythonPackage rec {
pytest-asyncio
];

disabledTestPaths = [
# these tests get stuck, could be pytest-asyncio compat issue
"tests/test_connection.py"
];

pythonImportsCheck = [ "aiortsp" ];

meta = with lib; {
Expand Down

0 comments on commit 43af794

Please sign in to comment.