Skip to content

Commit e8ac274

Browse files
committed
Remove unnecessary exclude
1 parent 3a9b5e7 commit e8ac274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/run_standalone_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export PL_RUN_STANDALONE_TESTS=1
2121
defaults='-m coverage run --source pytorch_lightning --append -m pytest --capture=no'
2222

2323
# find tests marked as `@RunIf(standalone=True)`. done manually instead of with pytest because it is faster
24-
grep_output=$(grep --recursive --word-regexp . --regexp 'standalone=True' --include '*.py' --exclude 'conftest.py')
24+
grep_output=$(grep --recursive --word-regexp . --regexp 'standalone=True' --include '*.py')
2525

2626
# file paths, remove duplicates
2727
files=$(echo "$grep_output" | cut -f1 -d: | sort | uniq)

0 commit comments

Comments
 (0)