mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
pythonPackages.nbdime: Fix test execution
This commit is contained in:
parent
b434939d39
commit
4b9908322c
@ -12,7 +12,7 @@
|
|||||||
, tabulate
|
, tabulate
|
||||||
, nbformat
|
, nbformat
|
||||||
, jsonschema
|
, jsonschema
|
||||||
, pytest
|
, pytestCheckHook
|
||||||
, colorama
|
, colorama
|
||||||
, pygments
|
, pygments
|
||||||
, tornado
|
, tornado
|
||||||
@ -40,7 +40,16 @@ buildPythonPackage rec {
|
|||||||
jsonschema
|
jsonschema
|
||||||
mock
|
mock
|
||||||
tabulate
|
tabulate
|
||||||
pytest
|
pytestCheckHook
|
||||||
|
];
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
"test_apply_filter_no_repo"
|
||||||
|
"test_diff_api_checkpoint"
|
||||||
|
"test_filter_cmd_invalid_filter"
|
||||||
|
"test_inline_merge"
|
||||||
|
"test_interrogate_filter_no_repo"
|
||||||
|
"test_merge_input_strategy_inline_source_conflict"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm ];
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
|
Loading…
Reference in New Issue
Block a user