Home
last modified time | relevance | path

Searched refs:PdmException (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-pdm/pdm-1.11.0/pdm/
H A Dexceptions.py11 class PdmException(Exception): class
15 class PdmUsageError(PdmException):
19 class RequirementError(PdmException, ValueError):
23 class InvalidPyVersion(PdmException, ValueError):
27 class CorruptedCacheError(PdmException):
31 class CandidateNotFound(PdmException):
35 class CandidateInfoNotFound(PdmException):
58 class InstallationError(PdmException):
62 class UninstallError(PdmException):
66 class NoConfigError(PdmException, KeyError):
[all …]
/dports/devel/py-pdm/pdm-1.11.0/pdm/models/
H A Dauth.py6 from pdm.exceptions import PdmException
32 raise PdmException(
/dports/devel/py-pdm/pdm-1.11.0/tests/cli/
H A Dtest_actions.py8 from pdm.exceptions import InvalidPyVersion, PdmException, PdmUsageError
187 with pytest.raises(PdmException):
251 PdmException, match="The pyproject.toml has not been initialized yet"
311 with pytest.raises(PdmException):
325 with pytest.raises(PdmException):
H A Dtest_sync.py4 from pdm.exceptions import PdmException
37 with pytest.raises(PdmException):