summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-04-29 14:11:55 -0400
committerGitHub <noreply@github.com>2023-04-29 14:11:55 -0400
commit87a4d672a8661aa61d5717fd902315d9563e33b6 (patch)
tree6030f3d98f3106c8acf886d788239e86b1c0eedc /pyproject.toml
parenta59f3d588a72ec4e5702f988064dd62bb408ccb8 (diff)
downloadpylint-git-87a4d672a8661aa61d5717fd902315d9563e33b6.tar.gz
Add home-assistant to primer and remove old external primer (#8612)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fb3cfd0d6..a7a07619d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -90,7 +90,6 @@ addopts = "--strict-markers"
filterwarnings = "error"
markers = [
"primer_stdlib: Checks for crashes and errors when running pylint on stdlib",
- "primer_external_batch_one: Checks for crashes and errors when running pylint on external libs (batch one)",
"benchmark: Baseline of pylint performance, if this regress something serious happened",
"timeout: Marks from pytest-timeout.",
"needs_two_cores: Checks that need 2 or more cores to be meaningful",