1*b086c2dfSWill Pazner# A bug in Julia 1.6.0's Pkg causes Preferences to be dropped during `Pkg.test()`, so we work around 2*b086c2dfSWill Pazner# it by explicitly creating a `test/Project.toml` which will correctly communicate any preferences 3*b086c2dfSWill Pazner# through to the child Julia process. X-ref: https://github.com/JuliaLang/Pkg.jl/issues/2500 4*b086c2dfSWill Pazner# See also test/Project.toml in FFTW.jl. 5*b086c2dfSWill Pazner 6*b086c2dfSWill Pazner[deps] 7*b086c2dfSWill PaznerLinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" 8*b086c2dfSWill PaznerPreferences = "21216c6a-2e73-6563-6e65-726566657250" 9*b086c2dfSWill PaznerStaticArrays = "90137ffa-7385-5640-81b9-e52037218182" 10*b086c2dfSWill PaznerTest = "8dfed614-e22c-5e08-85e1-65c5234f0b40" 11*b086c2dfSWill PaznerlibCEED_jll = "762fde13-7596-547b-826d-8223c52d51c1" 12