nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.matrix-nio: pin pytest-asyncio to 0.x

+2 -1
+2 -1
pkgs/development/python-modules/matrix-nio/default.nix
··· 29 29 hyperframe, 30 30 hypothesis, 31 31 pytest-aiohttp, 32 + pytest-asyncio_0, 32 33 pytest-benchmark, 33 34 pytestCheckHook, 34 35 ··· 94 93 hpack 95 94 hyperframe 96 95 hypothesis 97 - pytest-aiohttp 96 + (pytest-aiohttp.override { pytest-asyncio = pytest-asyncio_0; }) 98 97 pytest-benchmark 99 98 pytestCheckHook 100 99 ];