Skip to content

Commit f09900b

Browse files
committed
Fix warnings in CI
1 parent 70daeaf commit f09900b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
jobs:
66
build:
77
docker:
8-
- image: circleci/python:3.8.1
8+
- image: circleci/python:3.8.2
99
steps:
1010
- checkout
1111
- restore_cache:

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ exclude = '''
5757
[tool.isort]
5858
line_length = 120
5959
multi_line_output = 3
60+
61+
[tool.coverage.run]
62+
omit = ["openapi_python_client/templates/*"]

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
junit_family=xunit2

0 commit comments

Comments
 (0)