| # Synthetic dormant source only | |
| import subprocess | |
| def fixture(): | |
| return subprocess.run(['python','--version'],check=False).returncode | |
| MARKER='lineage-extra-custom-code' | |
| # Synthetic dormant source only | |
| import subprocess | |
| def fixture(): | |
| return subprocess.run(['python','--version'],check=False).returncode | |
| MARKER='lineage-extra-custom-code' | |