Skip to content

Commit

Permalink
Revert "Set testrepo to be ignored"
Browse files Browse the repository at this point in the history
This reverts commit e60f35d.
  • Loading branch information
evaherrada committed Jun 29, 2021
1 parent e60f35d commit 5b7e4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adabot/update_cp_org_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from adabot import github_requests as github
from adabot import pypi_requests as pypi

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

# Setup ArgumentParser
cmd_line_parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 5b7e4de

Please sign in to comment.