Skip to content

Commit e13d34a

Browse files
committed
Add condition for warning notice
1 parent f5c6b06 commit e13d34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if TENET_TEST_GROUP == "all" || TENET_TEST_GROUP == "integration"
7373
end
7474
end
7575

76-
if TENET_TEST_GROUP == "all"
76+
if TENET_TEST_GROUP == "all" || TENET_TEST_GROUP == "python"
7777
@warn """
7878
Python tests have been moved to their own folder.
7979
You must call `julia --project=test/python test/python/runtests.jl` to run them.

0 commit comments

Comments
 (0)