Skip to content

Commit f5f1bdc

Browse files
committed
Remove unused PYBIND11_MULTIPLE_INTERPRETERS_TEST_FILES variable
This variable was defined but never used.
1 parent 1b6a857 commit f5f1bdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,6 @@ add_custom_target(
578578
USES_TERMINAL)
579579

580580
if(NOT PYBIND11_CUDA_TESTS)
581-
set(PYBIND11_MULTIPLE_INTERPRETERS_TEST_FILES test_multiple_interpreters.py)
582-
583581
set(PYBIND11_MULTIPLE_INTERPRETERS_TEST_MODULES
584582
mod_per_interpreter_gil mod_shared_interpreter_gil mod_per_interpreter_gil_with_singleton)
585583

0 commit comments

Comments
 (0)