Skip to content

Commit

Permalink
Fixed git workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 23, 2024
1 parent 432d19b commit 704a385
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,12 @@ jobs:
- name: Calculate Test Coverage
run: poetry run nox -s coverage -- -- --db-version ${{ matrix.exasol-version }}
env:
PYTEST_ADDOPTS: "-W 'ignore::DeprecationWarning:luigi:'
-W 'ignore::DeprecationWarning:pkg_resources:'
-W 'ignore:pkg_resources is deprecated as an API:DeprecationWarning'
-W 'ignore:Deprecated call to \`pkg_resources.declare_namespace:DeprecationWarning'
-W 'ignore::DeprecationWarning:exasol_integration_test_docker_environment:'"
PYTEST_ADDOPTS: >
-W 'ignore::DeprecationWarning:luigi:'
-W 'ignore::DeprecationWarning:pkg_resources:'
-W 'ignore:pkg_resources is deprecated as an API:DeprecationWarning'
-W 'ignore:Deprecated call to \`pkg_resources.declare_namespace:DeprecationWarning'
-W 'ignore::DeprecationWarning:exasol_integration_test_docker_environment:'
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 704a385

Please sign in to comment.