Unverified Commit de97b31f authored by Jon Seager's avatar Jon Seager
Browse files

charmcraft: run `nixfmt-rfc-style`

parent 646456a7
Loading
Loading
Loading
Loading
+14 −15
Original line number Diff line number Diff line
@@ -47,15 +47,13 @@ python3Packages.buildPythonApplication rec {
    urllib3
  ];

  nativeBuildInputs = with python3Packages; [
    setuptools
  ];
  nativeBuildInputs = with python3Packages; [ setuptools ];

  pythonRelaxDeps = [
    "urllib3"
  ];
  pythonRelaxDeps = [ "urllib3" ];

  nativeCheckInputs = with python3Packages; [
  nativeCheckInputs =
    with python3Packages;
    [
      pyfakefs
      pytest-check
      pytest-mock
@@ -63,7 +61,8 @@ python3Packages.buildPythonApplication rec {
      pytestCheckHook
      responses
      setuptools
  ] ++ [ git ];
    ]
    ++ [ git ];

  preCheck = ''
    mkdir -p check-phase