Commit 48f486bc authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.losant-rest: adjust naming

parent bb9f54bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";