__This issue can be tackled as soon as there is a new version of `Pkg.jl`:__ [https://github.com/JuliaLang/Pkg.jl/issues/876](https://github.com/JuliaLang/Pkg.jl/issues/876) As we need certain packages only for testing, we should specify this in `project.toml`, [see the documentation of `Pkg`](https://julialang.github.io/Pkg.jl/v1/creating-packages/#Test-specific-dependencies-1). The `project.toml` was created like this, see commit [97f3af6](https://github.com/timueh/PolyChaos.jl/commit/97f3af65ca45dc5760a870b635a7e7c926a728ad#diff-910a7b3ca0075d545dcec45cb7335ca9), but that broke the build, see [this post](https://discourse.julialang.org/t/add-package-to-project-toml-when-needed-only-for-testing/20552/6).