Skip to content

Commit 44d8029

Browse files
committed
Review UCO pytest with mypy --strict
Unfortunately, CASE's doesn't yet pass `mypy --strict`. References: * ucoProject/UCO#478 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 87d4a2a commit 44d8029

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ check-mypy: \
8787
source venv/bin/activate \
8888
&& mypy \
8989
--exclude case_utils/case_validate/case_test_examples/test_case_validation.py \
90-
--exclude case_utils/case_validate/uco_test_examples/test_uco_validation.py \
9190
--exclude venv \
9291
--strict \
9392
$(top_srcdir)/case_utils \

0 commit comments

Comments
 (0)