Skip to content

Commit

Permalink
Added test-integration.txt for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Sep 25, 2024
1 parent 944f7f6 commit 5dc3102
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
Run tox for
"${{ matrix.python-version }}-unit"
timeout-minutes: 5
run: |
tox --verbose --verbose
run: >
tox --verbose --verbose -e
"${{ matrix.python-version }}-unit" -vv
- uses: codecov/codecov-action@v4
with:
Expand Down Expand Up @@ -107,4 +108,3 @@ jobs:
run: >
tox --verbose --verbose -e
"${{ matrix.python-version }}-linux-integration-${{ matrix.toxenv }}" -vv
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ env
.python-version
.coverage.*
control/
.env
.env
1 change: 1 addition & 0 deletions requirements/test-integration.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest-xdist==3.6.1
1 change: 0 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ Pyro4==4.82
pytest-freezer==0.4.8
pytest-sugar==1.0.0
pytest==8.3.3
pytest-xdist==3.6.1
pre-commit>=3.5.0,<3.6.0; python_version < '3.9'
pre-commit>=3.8.0; python_version >= '3.9'
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ deps=
apicheck,3.8-linux,3.9-linux,3.10-linux,3.11-linux,3.12-linux: -r{toxinidir}/requirements/extras/confluentkafka.txt
apicheck,linkcheck: -r{toxinidir}/requirements/docs.txt
flake8,pydocstyle,mypy: -r{toxinidir}/requirements/pkgutils.txt
integration: -r{toxinidir}/requirements/test-integration.txt

commands =
unit: python -bb -m pytest -rxs -xv --cov=kombu --cov-report=xml --no-cov-on-fail --cov-report term {posargs}
Expand Down

0 comments on commit 5dc3102

Please sign in to comment.