Skip to content

Labels

Labels

  • plugin: warnings

    related to the warnings builtin plugin
  • plugin: xdist

    related to the xdist external plugin
  • PR closed due to inactivity

    on occasion we do rounds to close up inactive PRs, this label makes it easier to track them
  • python

    pull requests that update Python code
  • skip news

    used on prs to opt out of the changelog requirement
  • stale

  • status: critical

    grave problem or usability issue that affects lots of users
  • status: help wanted

    developers would like help from experts on this topic
  • status: needs information

    reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
  • topic: approx

    related to pytest.approx function
  • topic: collection

    related to the collection phase
  • topic: config

    related to config handling, argument parsing and config file
  • topic: fixtures

    anything involving fixtures directly or indirectly
  • topic: marks

    related to marks, either the general marks or builtin
  • topic: parametrize

    related to @pytest.mark.parametrize
  • topic: reporting

    related to terminal output and user-facing messages and errors
  • topic: rewrite

    related to the assertion rewrite mechanism
  • topic: selection

    related to test selection from the command line
  • topic: tracebacks

    related to displaying and handling of tracebacks
  • topic: typing

    type-annotation issue
  • topic: website

    about the pytest website
  • type: backward compatibility

    might present some backward compatibility issues which should be carefully noted in the changelog
  • type: bug

    problem that needs to be addressed
  • type: deprecation

    feature that will be removed in the future
  • type: docs

    documentation improvement, missing or needing clarification
  • type: enhancement

    new feature or API change, should be merged into features branch
  • type: feature-branch

    new feature or API change, should be merged into features branch
  • type: infrastructure

    improvement to development/releases/CI structure
  • type: performance

    performance or memory problem/improvement
  • type: proposal

    proposal for a new feature, often to gather opinions or design the API around the new feature