Get the tests passing again

This commit is contained in:
Reid 'arrdem' McKenzie 2024-04-07 01:30:45 -06:00
commit 0ce7e07264
7 changed files with 18 additions and 21 deletions
tools/python

View file

@ -166,7 +166,8 @@ def py_project(name=None,
lib_data=None,
test_srcs=None,
test_deps=None,
test_data=None):
test_data=None,
test_tags=[]):
"""
A helper for defining conventionally-formatted python project.
@ -259,4 +260,5 @@ def py_project(name=None,
"test/python",
"test/resources",
],
tags=test_tags,
)