Commit 5be92820 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.webdriver-manager: format with nixfmt

parent 37f30166
Loading
Loading
Loading
Loading
+14 −17
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, packaging
, pybrowsers
, pytestCheckHook
, python-dotenv
, pythonOlder
, requests
, selenium
, setuptools
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  packaging,
  pybrowsers,
  pytestCheckHook,
  python-dotenv,
  pythonOlder,
  requests,
  selenium,
  setuptools,
}:

buildPythonPackage rec {
@@ -25,9 +26,7 @@ buildPythonPackage rec {
    hash = "sha256-PdUlloJ4DncnktKQHofn/OLVrgSVyWhaeEEhl3Hgjek=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  dependencies = [
    packaging
@@ -41,9 +40,7 @@ buildPythonPackage rec {
    selenium
  ];

  pythonImportsCheck = [
    "webdriver_manager"
  ];
  pythonImportsCheck = [ "webdriver_manager" ];

  disabledTestPaths = [
    # Tests require network access and browsers available