Unverified Commit 150d2b9c authored by natsukium's avatar natsukium
Browse files

python311Packages.pycron: format with nixfmt

parent c07d07fb
Loading
Loading
Loading
Loading
+20 −3
Original line number Diff line number Diff line
{ lib, buildPythonPackage, fetchFromGitHub, udatetime, pytz, pendulum, nose
, delorean, coveralls, arrow
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  udatetime,
  pytz,
  pendulum,
  nose,
  delorean,
  coveralls,
  arrow,
}:

buildPythonPackage rec {
@@ -14,7 +23,15 @@ buildPythonPackage rec {
    sha256 = "12hkqrdfg3jbqkmck8i00ssyaw1c4hhvdhjxkmh2gm9pd99z5bpv";
  };

  nativeCheckInputs = [ arrow coveralls delorean nose pendulum pytz udatetime ];
  nativeCheckInputs = [
    arrow
    coveralls
    delorean
    nose
    pendulum
    pytz
    udatetime
  ];

  checkPhase = ''
    nosetests