GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Setup Failed
Branch main (76958a)
by Andreas
01:51
created

Global Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        typecheck_maybe_no_member: true
        classes_valid_slots: true

filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'        

build:
  nodes:
    analysis:
      tests:
        override:
          - py-scrutinizer-run
          

    coverage:
      dependencies:
        before:
          - pip install pytest -y
      tests:
        override:
          - command: 'python -m pytest --cov-config=.coveragerc --cov=klib klib/tests/'
            coverage:
              file: '.coverage'
              config_file: '.coveragerc'
              format: 'py-cc'