python3Packages.pylint: don't run benchmarks

This commit is contained in:
Robert Schütz 2022-05-27 16:12:24 +00:00 committed by Robert Schütz
parent 615538b5c3
commit 0e6a453841

View file

@ -13,7 +13,6 @@
, tomli
, typing-extensions
, GitPython
, pytest-benchmark
, pytest-timeout
, pytest-xdist
, pytestCheckHook
@ -58,7 +57,6 @@ buildPythonPackage rec {
checkInputs = [
GitPython
# https://github.com/PyCQA/pylint/blob/main/requirements_test_min.txt
pytest-benchmark
pytest-timeout
pytest-xdist
pytestCheckHook
@ -74,6 +72,7 @@ buildPythonPackage rec {
'';
disabledTestPaths = [
"tests/benchmark"
# tests miss multiple input files
# FileNotFoundError: [Errno 2] No such file or directory
"tests/pyreverse/test_writer.py"