Commit 0e6a4538 authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files

python3Packages.pylint: don't run benchmarks

parent 615538b5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"