python310Packages.aeppl: disable failing test

This commit is contained in:
Fabian Affolter 2022-06-05 12:34:09 +02:00
parent 803065a3a2
commit 16a4320fdf

View file

@ -42,6 +42,11 @@ buildPythonPackage rec {
"aeppl"
];
disabledTests = [
# Compute issue
"test_initial_values"
];
meta = with lib; {
description = "Library for an Aesara-based PPL";
homepage = "https://github.com/aesara-devs/aeppl";