Skip to content

Commit e60f35d

Browse files
committed
Set testrepo to be ignored
1 parent f4f19a2 commit e60f35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/update_cp_org_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from adabot import github_requests as github
3434
from adabot import pypi_requests as pypi
3535

36-
DO_NOT_VALIDATE = ['CircuitPython_Community_Bundle', 'cookiecutter-adafruit-circuitpython']
36+
DO_NOT_VALIDATE = ['CircuitPython_Community_Bundle', 'cookiecutter-adafruit-circuitpython', 'Adafruit_CircuitPython_TestRepo']
3737

3838
# Setup ArgumentParser
3939
cmd_line_parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)