pythonPackages.asdf: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-08 02:08:08 +01:00
parent 6acd00fc0e
commit e0d6916352
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -48,5 +48,7 @@ buildPythonPackage rec {
homepage = "https://github.com/spacetelescope/asdf";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
# many ValueError in tests
broken = true;
};
}