mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
python310Packages.mdit-py-plugins: remove unused disableTests option
This commit is contained in:
parent
6700d67d8c
commit
2f0dc85819
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user