Commit 04f9b96e authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

python3Packages.pecan: format

parent 76e2a397
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -45,7 +45,10 @@ buildPythonPackage rec {
    webtest
  ];

  pytestFlags = [ "--pyargs" "pecan" ];
  pytestFlags = [
    "--pyargs"
    "pecan"
  ];

  pythonImportsCheck = [ "pecan" ];