Skip to content

Commit 3ec49bc

Browse files
authored
Merge pull request #1316 from tableau/development
2 parents 72eb3c8 + 2b9b663 commit 3ec49bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/code-coverage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: pytest --junitxml=pytest.xml --cov=tableauserverclient test/ | tee pytest-coverage.txt
3434

3535
- name: Comment on pull request with coverage
36+
continue-on-error: true
3637
uses: MishaKav/pytest-coverage-comment@main
3738
with:
3839
pytest-coverage-path: ./pytest-coverage.txt

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
'defusedxml>=0.7.1', # latest as at 7/31/23
1616
'packaging>=23.1', # latest as at 7/31/23
1717
'requests>=2.31', # latest as at 7/31/23
18-
'urllib3==2.0.6', # latest as at 7/31/23
18+
'urllib3==2.0.7', # latest as at 7/31/23
1919
]
2020
requires-python = ">=3.7"
2121
classifiers = [

0 commit comments

Comments
 (0)