Skip to content

Commit a9b5bd9

Browse files
committed
mis-using ignore glob means we accidentally picked up at file from within the site-packages directory
1 parent 8f48ce5 commit a9b5bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tools/azure-sdk-tools/azpysdk/install_and_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def _build_pytest_args(self, package_dir: str, args: argparse.Namespace) -> List
178178
"--durations=10",
179179
"--ignore=azure",
180180
"--ignore=.tox",
181-
"--ignore-glob=.venv*",
181+
"--ignore-glob=**/.venv*",
182182
"--ignore=build",
183183
"--ignore=.eggs",
184184
"--ignore=samples",

0 commit comments

Comments
 (0)