summaryrefslogtreecommitdiff
path: root/doc/development_guide
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-05-30 22:36:13 +0200
committerJacob Walls <jacobtylerwalls@gmail.com>2022-05-30 17:36:49 -0400
commit3434224f7aca53c5834bda3adbf29c010584ea36 (patch)
treeaa8e133cd89836111f45ee2a7f17fc6c2d892189 /doc/development_guide
parentc29bba61a16dbffb807c5af91208dd6a116435e3 (diff)
downloadpylint-git-3434224f7aca53c5834bda3adbf29c010584ea36.tar.gz
Remove redundant second batch of old primer
Diffstat (limited to 'doc/development_guide')
-rw-r--r--doc/development_guide/contributor_guide/tests/launching_test.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/development_guide/contributor_guide/tests/launching_test.rst b/doc/development_guide/contributor_guide/tests/launching_test.rst
index c4b014d98..b982bbbeb 100644
--- a/doc/development_guide/contributor_guide/tests/launching_test.rst
+++ b/doc/development_guide/contributor_guide/tests/launching_test.rst
@@ -64,12 +64,9 @@ pytest_ command. If you want to only run the ``primer`` you can add either of th
pytest -m primer_stdlib --primer-stdlib
-The external ``primer`` has been split up in two marks to speed up our Continuous Integration. You can run
-either of the two batches or run them both::
+The external ``primer`` can be run with::
pytest -m primer_external_batch_one --primer-external # Runs batch one
- pytest -m primer_external_batch_two --primer-external # Runs batch two
- pytest -m "primer_external_batch_one or primer_external_batch_two" --primer-external # Runs both batches
The list of repositories is created on the basis of three criteria: 1) projects need to use a diverse
range of language features, 2) projects need to be well maintained and 3) projects should not have a codebase