We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9b5e7 commit e8ac274Copy full SHA for e8ac274
tests/tests_pytorch/run_standalone_tests.sh
@@ -21,7 +21,7 @@ export PL_RUN_STANDALONE_TESTS=1
21
defaults='-m coverage run --source pytorch_lightning --append -m pytest --capture=no'
22
23
# 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')
+grep_output=$(grep --recursive --word-regexp . --regexp 'standalone=True' --include '*.py')
25
26
# file paths, remove duplicates
27
files=$(echo "$grep_output" | cut -f1 -d: | sort | uniq)
0 commit comments