python3Packages.ciscomobilityexpress: remove hardcoded checkPhase

This commit is contained in:
Sigmanificient
2026-07-19 03:05:42 +02:00
parent 6488525151
commit 057fe69464
@@ -4,7 +4,7 @@
fetchPypi,
setuptools,
requests,
python,
pytestCheckHook,
}:
buildPythonPackage (finalAttrs: {
@@ -23,10 +23,7 @@ buildPythonPackage (finalAttrs: {
dependencies = [ requests ];
# tests directory is set up, but has no tests
checkPhase = ''
${python.interpreter} -m unittest
'';
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "ciscomobilityexpress" ];