Unverified Commit 7d965995 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #327794 from Sigmanificient/unused-args-python-pytest-hook

treewide: remove unused pytestCheckHook (and other) arguments
parents 568d1eda f2310c7d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  aiohttp,
  buildPythonPackage,
  fetchFromGitHub,
  pytestCheckHook,
  pythonOlder,
}:

+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  buildPythonPackage,
  fetchPypi,
  pydantic,
  pytestCheckHook,
  pythonOlder,
  websockets,
}:
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  aiohttp,
  buildPythonPackage,
  fetchFromGitHub,
  pytestCheckHook,
  pythonOlder,
  setuptools,
  wheel,
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  buildPythonPackage,
  fetchFromGitHub,
  httpx,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:
+0 −2
Original line number Diff line number Diff line
@@ -2,11 +2,9 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  python3Packages,
  poetry-core,
  tkinter,
  typing-extensions,
  pytestCheckHook,
}:

buildPythonPackage rec {
Loading