We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a719b8 commit fc5ad69Copy full SHA for fc5ad69
tests/core/test_integration/test_detection.py
@@ -78,7 +78,7 @@ def test_detection_full(
78
n_free_cpus = system_cpus - abs(cpus_to_leave_available)
79
# Check that there are enough CPUs
80
if not 0 <= n_free_cpus < system_cpus:
81
- RuntimeError(
+ raise RuntimeError(
82
f"Not enough CPUS available (you want to leave {n_free_cpus} "
83
f"available, but there are only {system_cpus} on the system)."
84
)
0 commit comments