From 878598eec5c9c8ca261ebe7d8337668738432ee0 Mon Sep 17 00:00:00 2001 From: Joseph Capriotti Date: Sun, 18 Aug 2024 10:19:42 -0600 Subject: [PATCH] the pybind11 stubgenc test already ran in import mode implicitly. --- misc/test-stubgenc.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/test-stubgenc.sh b/misc/test-stubgenc.sh index bd37ada246c4..ad66722628d8 100755 --- a/misc/test-stubgenc.sh +++ b/misc/test-stubgenc.sh @@ -42,7 +42,4 @@ stubgenc_test expected_stubs_no_docs -p pybind11_fixtures # create stubs with docstrings stubgenc_test expected_stubs_with_docs -p pybind11_fixtures --include-docstrings -# create stubs with docstrings using inspection -stubgenc_test expected_stubs_with_docs -p pybind11_fixtures --include-docstrings --inspect-mode - exit $EXIT