Commit 01fc2fa2 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python312Packages.toggl-cli: migrate to pytest-cov-stub

parent a85ccec4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
  prettytable,
  pytest-mock,
  pytestCheckHook,
  pytest-cov-stub,
  pythonOlder,
  requests,
  setuptools,
@@ -37,7 +38,7 @@ buildPythonPackage rec {
    substituteInPlace requirements.txt \
      --replace-fail "==" ">="
    substituteInPlace pytest.ini \
      --replace ' --cov toggl -m "not premium"' ""
      --replace ' -m "not premium"' ""
  '';

  build-system = [
@@ -60,6 +61,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    pytest-cov-stub
    pytest-mock
    faker
    factory-boy