Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit f836528

Browse files
authored
Apply suggestion from @chalmerlowe
1 parent 0c26efc commit f836528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def unit(session, protobuf_implementation):
227227
"--cov-config=.coveragerc",
228228
"--cov-report=",
229229
"--cov-fail-under=0",
230-
# os.path.join("tests", "unit"),
230+
os.path.join("tests", "unit"),
231231
*session.posargs,
232232
env={
233233
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,

0 commit comments

Comments
 (0)