Skip to content

Commit fcecda1

Browse files
committed
Change exclude pattern
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent d4e0378 commit fcecda1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,15 @@ check-isomorphic_diff: \
7979
--directory isomorphic_diff \
8080
check
8181

82-
# mypy is called against specific members of the tests directory to avoid descending into the virtual environment.
8382
# TODO - Fix type signatures in UCO test.
8483
check-mypy: \
8584
.venv.done.log
8685
source venv/bin/activate \
8786
&& mypy \
8887
--exclude case_utils/case_validate/uco_test_examples/test_uco_validation.py \
88+
--exclude venv \
8989
$(top_srcdir)/case_utils \
90-
case_utils \
91-
hexbinary \
92-
src
90+
.
9391

9492
clean:
9593
@$(MAKE) \

0 commit comments

Comments
 (0)