From 879ae98cd87e9aae1972efe0a4e34c0eeafe568d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 1 Apr 2025 17:01:42 -0700 Subject: [PATCH] python313Packages.pytest-asyncio: 0.25.3 -> 0.26.0 Diff: https://github.com/pytest-dev/pytest-asyncio/compare/refs/tags/v0.25.3...v0.26.0 Changelog: https://github.com/pytest-dev/pytest-asyncio/blob/v0.26.0/docs/reference/changelog.rst --- pkgs/development/python-modules/pytest-asyncio/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/pytest-asyncio/default.nix b/pkgs/development/python-modules/pytest-asyncio/default.nix index ab3705e0dcba..e6887edf85e1 100644 --- a/pkgs/development/python-modules/pytest-asyncio/default.nix +++ b/pkgs/development/python-modules/pytest-asyncio/default.nix @@ -4,7 +4,6 @@ callPackage, fetchFromGitHub, pytest, - pythonOlder, setuptools-scm, }: @@ -13,8 +12,6 @@ buildPythonPackage rec { version = "0.26.0"; # N.B.: when updating, tests bleak and aioesphomeapi tests pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchFromGitHub { owner = "pytest-dev"; repo = "pytest-asyncio";