From 48bf81bcb4f427f0ac5209392e2b9a77ef5c7a14 Mon Sep 17 00:00:00 2001 From: Harinn Date: Fri, 10 Jul 2026 23:39:14 +0700 Subject: [PATCH] python3Packages.airly: re-enable previously-disabled tests --- pkgs/development/python-modules/airly/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/airly/default.nix b/pkgs/development/python-modules/airly/default.nix index a6cd3381605f..9a3c57cb2c17 100644 --- a/pkgs/development/python-modules/airly/default.nix +++ b/pkgs/development/python-modules/airly/default.nix @@ -41,11 +41,6 @@ buildPythonPackage (finalAttrs: { cd tests ''; - disabledTests = [ - "InstallationsLoaderTestCase" - "MeasurementsSessionTestCase" - ]; - pythonImportsCheck = [ "airly" ]; meta = {