Skip to content

Commit 46fa320

Browse files
committed
only for test222
1 parent 2292960 commit 46fa320

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,4 @@ jobs:
105105
if: ${{ !startsWith(matrix.os, 'macos-13') }}
106106
run: |
107107
# poetry run pytest tests -vv --durations=10 --cov-fail-under=80
108-
poetry run pytest tests -vv --durations=10
109-
110-
#
111-
#3333
108+
poetry run pytest tests -vv --durations=10

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,7 @@ lint.ignore = [
237237
]
238238
lint.isort.lines-between-types = 1
239239
lint.isort.lines-after-imports = 2
240+
241+
242+
243+
# Mark

0 commit comments

Comments
 (0)