We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca71e4b commit 4ed5a40Copy full SHA for 4ed5a40
test_utils/scripts/get_target_packages_kokoro.py
@@ -14,8 +14,8 @@
14
15
"""Print a list of packages which require testing."""
16
17
-import subprocess
18
import pathlib
+import subprocess
19
20
import ci_diff_helper
21
@@ -47,7 +47,7 @@ def get_changed_files(base):
47
48
def determine_changed_packages(changed_files):
49
packages = [
50
- path.parent for path in pathlib.Path('.').glob('*/nox.py')
+ path.parent for path in pathlib.Path('.').glob('*/noxfile.py')
51
]
52
53
changed_packages = set()
0 commit comments