python3Packages.airly: re-enable previously-disabled tests

This commit is contained in:
Harinn
2026-07-10 23:39:14 +07:00
parent e2a10bf5bf
commit 48bf81bcb4
@@ -41,11 +41,6 @@ buildPythonPackage (finalAttrs: {
cd tests
'';
disabledTests = [
"InstallationsLoaderTestCase"
"MeasurementsSessionTestCase"
];
pythonImportsCheck = [ "airly" ];
meta = {