mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Two issues: - Tests relying on existing query machinery (i.e. `import python`) were not resolving correctly due to a bad `qlpack.yml` file. - The diagnostics output tests needed an updated import to account for their new location.
7 lines
152 B
YAML
7 lines
152 B
YAML
name: extractor-python
|
|
dependencies:
|
|
codeql/python-all: ${workspace}
|
|
codeql/python-queries: ${workspace}
|
|
extractor: python
|
|
warnOnImplicitThis: true
|