Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
1f4cf8fe
Commit
1f4cf8fe
authored
Feb 09, 2023
by
Mike Essenmacher
Committed by
Henry Schreiner
Feb 24, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace "whitelist" with "allowlist" (#4506)
parent
3ea37d04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
tests/CMakeLists.txt
+1
-1
No files found.
tests/CMakeLists.txt
View file @
1f4cf8fe
...
...
@@ -169,7 +169,7 @@ if(PYBIND11_TEST_OVERRIDE)
# This allows the override to be done with extensions, preserving backwards compatibility.
foreach
(
test_name
${
TEST_FILES_NO_EXT
}
)
if
(
NOT
${
test_name
}
IN_LIST TEST_OVERRIDE_NO_EXT
)
# If not in the
white
list, add to be filtered out.
)
# If not in the
allow
list, add to be filtered out.
list
(
APPEND PYBIND11_TEST_FILTER
${
test_name
}
)
endif
()
endforeach
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment