mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
This is a temporary fix! Added minimal working example (MWE) as a regression, so it's easier to fix the real problem. only Python 3 is facing the problem -- and without --max-import-depth=1 the test times out at 10 minutes :O
4 lines
192 B
Plaintext
4 lines
192 B
Plaintext
| mwe_failure.py:7:1:7:23 | class MyTest | <MISSING BASE TYPE> |
|
|
| mwe_failure_2.py:7:1:7:23 | class MyTest | <MISSING BASE TYPE> |
|
|
| mwe_success.py:7:1:7:23 | class MyTest | class TestCase |
|