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 = {