python312Packages.webdriver-manager: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-22 11:40:31 +02:00
parent 37f301664c
commit 5be9282033

View File

@ -1,14 +1,15 @@
{ 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