Skip to content

Commit 557b4dd

Browse files
authored
Ignore test/proto in pytest collection to alleviate warning (#111)
1 parent 2fe4e1a commit 557b4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ MYPY_VENV=venv_mypy
5050
source $VENV/bin/activate
5151
python --version
5252
py.test --version
53-
py.test
53+
py.test --ignore=test/proto
5454
)

0 commit comments

Comments
 (0)