Searched refs:SandboxViolation (Results 1 – 3 of 3) sorted by relevance
406 from setuptools.sandbox import SandboxViolation407 raise SandboxViolation(operation, args, kw)474 class SandboxViolation(DistutilsError): class
120 with pytest.raises(setuptools.sandbox.SandboxViolation) as caught:
1404 * Issue #440: Prevent infinite recursion when a SandboxViolation2882 * Found another case of SandboxViolation - fixed2925 * Distribute #100: making sure there's no SandboxViolation when3090 * Fixed a SandboxViolation for mkdir that could occur in certain cases.