Skip to content

python: EPYTEST_* related checks #1903

python: EPYTEST_* related checks

python: EPYTEST_* related checks #1903

Triggered via pull request July 14, 2025 04:23
Status Failure
Total duration 8m 29s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

60 errors, 3 warnings, and 2 notices
test (macos-latest, 3.13, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingSCMDependency] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (macos-latest, 3.13, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingDeps] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (macos-latest, 3.13, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionUsage] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (macos-latest, 3.13, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionMissingPythonUseDep] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (macos-latest, 3.13, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedUseHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (macos-latest, 3.13, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedDepHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (macos-latest, 3.13, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-OverriddenEPyTestTimeout] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (macos-latest, 3.13, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-MisplacedEPyTestVar] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (macos-latest, 3.13, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-DistutilsNonPEP517Build] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (macos-latest, 3.13, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L613
TestPkgcheckScan.test_scan_repo[python] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.11, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingSCMDependency] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.11, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingDeps] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.11, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionUsage] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.11, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionMissingPythonUseDep] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.11, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedUseHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.11, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedDepHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.11, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-OverriddenEPyTestTimeout] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.11, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-MisplacedEPyTestVar] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.11, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-DistutilsNonPEP517Build] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.11, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L613
TestPkgcheckScan.test_scan_repo[python] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.11.13/x64/lib/python3.11/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, minimal-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingSCMDependency] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, minimal-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingDeps] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, minimal-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionUsage] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, minimal-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionMissingPythonUseDep] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, minimal-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedUseHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, minimal-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedDepHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, minimal-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-OverriddenEPyTestTimeout] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, minimal-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-MisplacedEPyTestVar] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, minimal-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-DistutilsNonPEP517Build] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, minimal-deps, false): tests/scripts/test_pkgcheck_scan.py#L613
TestPkgcheckScan.test_scan_repo[python] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.14-dev, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingSCMDependency] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.14-dev, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingDeps] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.14-dev, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionUsage] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.14-dev, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionMissingPythonUseDep] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.14-dev, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedUseHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.14-dev, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedDepHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.14-dev, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-OverriddenEPyTestTimeout] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.14-dev, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-MisplacedEPyTestVar] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.14-dev, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-DistutilsNonPEP517Build] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.14-dev, newest-deps, true): tests/scripts/test_pkgcheck_scan.py#L613
TestPkgcheckScan.test_scan_repo[python] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.14.0-beta.4/x64/lib/python3.14/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingSCMDependency] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingDeps] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionUsage] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionMissingPythonUseDep] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedUseHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedDepHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-OverriddenEPyTestTimeout] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-MisplacedEPyTestVar] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-DistutilsNonPEP517Build] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.13, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L613
TestPkgcheckScan.test_scan_repo[python] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ~~~~~~^ chain.from_iterable(pipes[i][-1][scope][j].run(restrict) for j in runners) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ): ^ File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.12, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingSCMDependency] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.12, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonMissingDeps] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.12, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionUsage] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.12, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonHasVersionMissingPythonUseDep] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.12, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedUseHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.12, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-PythonAnyMismatchedDepHasVersionCheck] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.12, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-OverriddenEPyTestTimeout] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.12, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-MisplacedEPyTestVar] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.12, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L700
TestPkgcheckScan.test_fix[PythonCheck-DistutilsNonPEP517Build] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
test (ubuntu-latest, 3.12, newest-deps, false): tests/scripts/test_pkgcheck_scan.py#L613
TestPkgcheckScan.test_scan_repo[python] pkgcheck.base.PkgcheckUserException: Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/pipeline.py", line 191, in _run_checks if results := sorted( ^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/runners.py", line 71, in run yield from check.feed(item) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 633, in feed yield from self.check_epytest_vars(pkg) File "/opt/hostedtoolcache/Python/3.12.11/x64/lib/python3.12/site-packages/pkgcheck/checks/python.py", line 466, in check_epytest_vars if lineno > det_lineno: ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'det_lineno' where it is not associated with a value
format
Could not parse version from /home/runner/work/pkgcheck/pkgcheck/pyproject.toml. Using latest version.
test (macos-latest, 3.13, newest-deps, true)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (macos-latest, 3.13, newest-deps, true)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520