summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-07 17:29:21 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 19:05:10 +0200
commitd6ab760a1c51a329f3edb3ca30acab6999cb0e6f (patch)
treecfe8df979b0c209bed4d10ef56888aa0504ed17e
parentpython3Packages.pyatv: pin pytest-asyncio at 0.x (diff)
downloadnixpkgs-d6ab760a1c51a329f3edb3ca30acab6999cb0e6f.tar.gz
python3Packages.pyaprilaire: pin pytest-asyncio at 0.x
-rw-r--r--pkgs/development/python-modules/pyaprilaire/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyaprilaire/default.nix b/pkgs/development/python-modules/pyaprilaire/default.nix
index 40f41216094f..b28342011276 100644
--- a/pkgs/development/python-modules/pyaprilaire/default.nix
+++ b/pkgs/development/python-modules/pyaprilaire/default.nix
@@ -5,7 +5,7 @@
pytestCheckHook,
crc,
setuptools,
- pytest-asyncio,
+ pytest-asyncio_0,
}:
buildPythonPackage rec {
@@ -28,7 +28,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
- pytest-asyncio
+ pytest-asyncio_0
];
meta = {