DynamicPPL.jl icon indicating copy to clipboard operation
DynamicPPL.jl copied to clipboard

Move TestUtils to an extension

Open devmotion opened this issue 2 years ago • 0 comments

There's a push in the community towards cleaning up dependencies and moving optional features to extension, now that these are supported in Julia >= 1.9. In particular, test utilities are often moved to an extension with a weak dependency on Test (if possible). For instance, this has been done in AbstractFFTs and an open PR to Distributions will hopefully be merged soon.

I suggest we also make Test a weak dependency in DynamicPPL.

devmotion avatar Oct 24 '23 18:10 devmotion