Searched refs:RemovedCommandError (Results 1 – 5 of 5) sorted by relevance
4 from setuptools.errors import RemovedCommandError18 raise RemovedCommandError(msg)
4 from setuptools.errors import RemovedCommandError17 raise RemovedCommandError(msg)
3 from setuptools.errors import RemovedCommandError21 with pytest.raises(RemovedCommandError):
32 class RemovedCommandError(BaseError, RuntimeError): class