diff --git a/.github/workflows/test-devel.yml b/.github/workflows/test-devel.yml index c70ec18..81bef11 100644 --- a/.github/workflows/test-devel.yml +++ b/.github/workflows/test-devel.yml @@ -331,7 +331,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make bahamut @@ -369,7 +369,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make bahamut-anope @@ -401,7 +401,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make bahamut-atheme @@ -440,7 +440,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/go/bin:$PATH make ergo @@ -472,7 +472,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make hybrid @@ -504,7 +504,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/inspircd/bin:$PATH make inspircd @@ -542,7 +542,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/inspircd/bin:$PATH make inspircd-anope @@ -569,7 +569,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make limnoria @@ -607,7 +607,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make plexus4 @@ -639,7 +639,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make solanum @@ -665,7 +665,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make sopel @@ -697,7 +697,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/unrealircd/bin:$PATH make unrealircd @@ -735,7 +735,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/unrealircd/bin:$PATH make unrealircd-anope @@ -767,7 +767,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/unrealircd/bin:$PATH make unrealircd-atheme diff --git a/.github/workflows/test-devel_release.yml b/.github/workflows/test-devel_release.yml index ced3b9c..185ef23 100644 --- a/.github/workflows/test-devel_release.yml +++ b/.github/workflows/test-devel_release.yml @@ -108,7 +108,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/inspircd/bin:$PATH make inspircd @@ -146,7 +146,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/inspircd/bin:$PATH make inspircd-anope @@ -178,7 +178,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/inspircd/bin:$PATH make inspircd-atheme diff --git a/.github/workflows/test-stable.yml b/.github/workflows/test-stable.yml index b83023b..fe2cb68 100644 --- a/.github/workflows/test-stable.yml +++ b/.github/workflows/test-stable.yml @@ -373,7 +373,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make bahamut @@ -411,7 +411,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make bahamut-anope @@ -443,7 +443,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make bahamut-atheme @@ -475,7 +475,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make charybdis @@ -514,7 +514,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/go/bin:$PATH make ergo @@ -546,7 +546,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make hybrid @@ -578,7 +578,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/inspircd/bin:$PATH make inspircd @@ -616,7 +616,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/inspircd/bin:$PATH make inspircd-anope @@ -648,7 +648,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/inspircd/bin:$PATH make inspircd-atheme @@ -674,7 +674,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make limnoria @@ -712,7 +712,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make plexus4 @@ -744,7 +744,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make solanum @@ -770,7 +770,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH make sopel @@ -802,7 +802,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/unrealircd/bin:$PATH make unrealircd @@ -840,7 +840,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/unrealircd/bin:$PATH make unrealircd-anope @@ -872,7 +872,7 @@ jobs: - name: Install irctest dependencies run: |- python -m pip install --upgrade pip - pip install pytest -r requirements.txt + pip install pytest pytest-xdist -r requirements.txt - name: Test with pytest run: PYTEST_ARGS='--junit-xml pytest.xml' PATH=$HOME/.local/bin:$PATH PATH=~/.local/unrealircd/bin:$PATH make unrealircd-atheme diff --git a/Makefile b/Makefile index ac9faa7..11edd62 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,7 @@ bahamut: $(PYTEST) $(PYTEST_ARGS) \ --controller=irctest.controllers.bahamut \ -m 'not services' \ + -n 10 \ -k '$(BAHAMUT_SELECTORS)' bahamut-atheme: @@ -120,6 +121,7 @@ bahamut-atheme: --controller=irctest.controllers.bahamut \ --services-controller=irctest.controllers.atheme_services \ -m 'services' \ + -n 10 \ -k '$(BAHAMUT_SELECTORS)' bahamut-anope: @@ -127,6 +129,7 @@ bahamut-anope: --controller=irctest.controllers.bahamut \ --services-controller=irctest.controllers.anope_services \ -m 'services' \ + -n 10 \ -k '$(BAHAMUT_SELECTORS) $(ANOPE_SELECTORS)' charybdis: diff --git a/make_workflows.py b/make_workflows.py index 2a78a59..0247ff2 100644 --- a/make_workflows.py +++ b/make_workflows.py @@ -211,7 +211,7 @@ def get_test_job(*, config, test_config, test_id, version_flavor, jobs): "name": "Install irctest dependencies", "run": script( "python -m pip install --upgrade pip", - "pip install pytest -r requirements.txt", + "pip install pytest pytest-xdist -r requirements.txt", *( software_config["extra_deps"] if "extra_deps" in software_config