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