Unverified Commit 6e7a0814 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

treewide: drop explicitly added pythonImportsCheckHook (#345146)

parents a08c2e29 742e50c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ buildPythonPackage rec {
    "tests/cli/test_rawify_url.py"
  ];

  pythonImportsCheckHook = [ "cffconvert" ];
  pythonImportsCheck = [ "cffconvert" ];

  meta = {
    changelog = "https://github.com/citation-file-format/cffconvert/blob/${src.rev}/CHANGELOG.md";
+0 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  buildPythonPackage,
  fetchFromGitHub,
  flit-core,
  pythonImportsCheckHook,
  # documentation build dependencies
  sphinxHook,
  sphinx-notfound-page,
@@ -37,7 +36,6 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    flit-core
    pythonImportsCheckHook

    sphinxHook
    sphinx-notfound-page
+0 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  buildPythonPackage,
  fetchFromGitHub,
  flit-core,
  pythonImportsCheckHook,
  pythonOlder,
  # documentation build dependencies
  sphinxHook,
@@ -38,7 +37,6 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    flit-core
    pythonImportsCheckHook
    sphinxHook
    sphinx-prompt
    sphinx-rtd-theme
+0 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,
  pythonImportsCheckHook,
  pythonOlder,
  setuptools,
  sphinx,
@@ -47,7 +46,6 @@ buildPythonPackage {
  ];

  nativeBuildInputs = [
    pythonImportsCheckHook
    sphinx-autoapi
    sphinx-prompt
    sphinx-rtd-theme
+0 −2
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  fetchPypi,
  rstr,
  sre-yield,
  pythonImportsCheckHook,
}:

buildPythonPackage rec {
@@ -21,7 +20,6 @@ buildPythonPackage rec {
    rstr
    sre-yield
  ];
  nativeBuildInputs = [ pythonImportsCheckHook ];

  # Package has no tests
  doCheck = false;
Loading