python3Packages.losant-rest: adjust naming

This commit is contained in:
Fabian Affolter
2026-03-02 10:16:23 +01:00
parent bb9f54bb0e
commit 48f486bc70
@@ -29,9 +29,9 @@ buildPythonPackage rec {
requests-mock
];
enabledTestPaths = [ "tests/platformrest_tests.py" ];
enabledTestPaths = [ "tests/losant_rest_test.py" ];
pythonImportsCheck = [ "platformrest" ];
pythonImportsCheck = [ "losant_rest" ];
meta = {
description = "Python module for consuming the Losant IoT Platform API";