labels.toml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. ["os: cygwin"]
  2. color = "006b75"
  3. description = "cygwin platform-specific problem"
  4. name = "os: cygwin"
  5. ["os: linux"]
  6. color = "1d76db"
  7. description = "linux platform-specific problem"
  8. name = "os: linux"
  9. ["os: mac"]
  10. color = "bfdadc"
  11. description = "mac platform-specific problem"
  12. name = "os: mac"
  13. ["os: windows"]
  14. color = "fbca04"
  15. description = "windows platform-specific problem"
  16. name = "os: windows"
  17. ["plugin: argcomplete"]
  18. color = "d4c5f9"
  19. description = "related to the argcomplete builtin plugin"
  20. name = "plugin: argcomplete"
  21. ["plugin: cache"]
  22. color = "c7def8"
  23. description = "related to the cache builtin plugin"
  24. name = "plugin: cache"
  25. ["plugin: capture"]
  26. color = "1d76db"
  27. description = "related to the capture builtin plugin"
  28. name = "plugin: capture"
  29. ["plugin: debugging"]
  30. color = "dd52a8"
  31. description = "related to the debugging builtin plugin"
  32. name = "plugin: debugging"
  33. ["plugin: doctests"]
  34. color = "fad8c7"
  35. description = "related to the doctests builtin plugin"
  36. name = "plugin: doctests"
  37. ["plugin: junitxml"]
  38. color = "c5def5"
  39. description = "related to the junitxml builtin plugin"
  40. name = "plugin: junitxml"
  41. ["plugin: logging"]
  42. color = "ff5432"
  43. description = "related to the logging builtin plugin"
  44. name = "plugin: logging"
  45. ["plugin: monkeypatch"]
  46. color = "0e8a16"
  47. description = "related to the monkeypatch builtin plugin"
  48. name = "plugin: monkeypatch"
  49. ["plugin: nose"]
  50. color = "bfdadc"
  51. description = "related to the nose integration builtin plugin"
  52. name = "plugin: nose"
  53. ["plugin: pastebin"]
  54. color = "bfd4f2"
  55. description = "related to the pastebin builtin plugin"
  56. name = "plugin: pastebin"
  57. ["plugin: pytester"]
  58. color = "c5def5"
  59. description = "related to the pytester builtin plugin"
  60. name = "plugin: pytester"
  61. ["plugin: tmpdir"]
  62. color = "bfd4f2"
  63. description = "related to the tmpdir builtin plugin"
  64. name = "plugin: tmpdir"
  65. ["plugin: unittest"]
  66. color = "006b75"
  67. description = "related to the unittest integration builtin plugin"
  68. name = "plugin: unittest"
  69. ["plugin: warnings"]
  70. color = "fef2c0"
  71. description = "related to the warnings builtin plugin"
  72. name = "plugin: warnings"
  73. ["plugin: xdist"]
  74. color = "5319e7"
  75. description = "related to the xdist external plugin"
  76. name = "plugin: xdist"
  77. ["status: critical"]
  78. color = "e11d21"
  79. description = "grave problem or usability issue that affects lots of users"
  80. name = "status: critical"
  81. ["status: easy"]
  82. color = "bfe5bf"
  83. description = "easy issue that is friendly to new contributor"
  84. name = "status: easy"
  85. ["status: help wanted"]
  86. color = "159818"
  87. description = "developers would like help from experts on this topic"
  88. name = "status: help wanted"
  89. ["status: needs information"]
  90. color = "5319e7"
  91. description = "reporter needs to provide more information; can be closed after 2 or more weeks of inactivity"
  92. name = "status: needs information"
  93. ["topic: collection"]
  94. color = "006b75"
  95. description = "related to the collection phase"
  96. name = "topic: collection"
  97. ["topic: config"]
  98. color = "006b75"
  99. description = "related to config handling, argument parsing and config file"
  100. name = "topic: config"
  101. ["topic: fixtures"]
  102. color = "5319e7"
  103. description = "anything involving fixtures directly or indirectly"
  104. name = "topic: fixtures"
  105. ["topic: marks"]
  106. color = "b60205"
  107. description = "related to marks, either the general marks or builtin"
  108. name = "topic: marks"
  109. ["topic: parametrize"]
  110. color = "fbca04"
  111. description = "related to @pytest.mark.parametrize"
  112. name = "topic: parametrize"
  113. ["topic: reporting"]
  114. color = "fef2c0"
  115. description = "related to terminal output and user-facing messages and errors"
  116. name = "topic: reporting"
  117. ["topic: rewrite"]
  118. color = "0e8a16"
  119. description = "related to the assertion rewrite mechanism"
  120. name = "topic: rewrite"