We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c728dc + 4654454 commit 42e8407Copy full SHA for 42e8407
.github/workflows/build.yaml
@@ -51,7 +51,7 @@ jobs:
51
- name: Test
52
run: |
53
poetry run pre-commit run --all-files
54
- poetry run coverage run --module pytest
+ poetry run coverage run --module pytest -Werror
55
poetry run coverage report
56
- name: Build
57
pytest.ini
@@ -8,3 +8,5 @@ markers =
8
liveness: Rapid tests executed on a installation
9
soak: Long tests executed at night
10
unit: a test executed during build
11
+filterwarnings =
12
+ ignore:.*use of fork\(\) may lead to deadlocks in the child.*:DeprecationWarning:multiprocessing.popen_fork:67
0 commit comments