Unverified Commit 2f0dc858 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python310Packages.mdit-py-plugins: remove unused disableTests option

parent 6700d67d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -6,9 +6,6 @@
, markdown-it-py
, pytest-regressions
, pytestCheckHook
# allow disabling tests for the nixos manual build.
# the test suite closure is just too large.
, disableTests ? false
}:

buildPythonPackage rec {
@@ -33,7 +30,7 @@ buildPythonPackage rec {
    markdown-it-py
  ];

  nativeCheckInputs = lib.optionals (!disableTests) [
  nativeCheckInputs = [
    pytestCheckHook
    pytest-regressions
  ];