python310Packages.aeppl: disable failing test
This commit is contained in:
parent
803065a3a2
commit
16a4320fdf
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ buildPythonPackage rec {
|
||||||
"aeppl"
|
"aeppl"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# Compute issue
|
||||||
|
"test_initial_values"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library for an Aesara-based PPL";
|
description = "Library for an Aesara-based PPL";
|
||||||
homepage = "https://github.com/aesara-devs/aeppl";
|
homepage = "https://github.com/aesara-devs/aeppl";
|
||||||
|
|
Loading…
Reference in a new issue