Skip to content

Commit 895e476

Browse files
committed
Fix warning on 1.19 by setting test_ignore_filters
1 parent f37f981 commit 895e476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ defmodule ElixirMake.Mixfile do
1111
package: package(),
1212
docs: docs(),
1313
deps: deps(),
14-
xref: [exclude: [Mix, :crypto, :ssl, :public_key, :httpc]]
14+
xref: [exclude: [Mix, :crypto, :ssl, :public_key, :httpc]],
15+
test_ignore_filters: [~r|^test\/fixtures\/|]
1516
]
1617
end
1718

0 commit comments

Comments
 (0)