diff --git a/check-needles.py b/check-needles.py index b870f0fe..a17291c5 100755 --- a/check-needles.py +++ b/check-needles.py @@ -57,7 +57,7 @@ for testpath in testpaths: # now let's do some whitelisting, for awkward cases where we know that # we concatenate string literals and stuff # versioned backgrounds and release IDs -for rel in range(30, 100): +for rel in range(8, 10): testliterals.append(f"{rel}_background") testliterals.append(f"version_{rel}_ident") # anaconda id needles, using tell_source