python3Packages.casaconfig: mark doCheck to false

This commit is contained in:
Sigmanificient
2026-07-20 02:09:53 +02:00
parent 6488525151
commit dd9047299d
@@ -20,6 +20,10 @@ buildPythonPackage (finalAttrs: {
dependencies = [ certifi ];
pythonImportsCheck = [ "casaconfig" ];
doCheck = false; # test requires network
meta = {
description = "Reference data and converters for CASA operation";
homepage = "https://casa.nrao.edu/";