Skip to content

Commit 2624df6

Browse files
Remove PytestReturnNotNoneWarning (#51327)
1 parent 2eb420c commit 2624df6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

airflow-ctl/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ norecursedirs = [
163163
log_level = "INFO"
164164
filterwarnings = [
165165
"error::pytest.PytestCollectionWarning",
166-
"error::pytest.PytestReturnNotNoneWarning",
167166
]
168167
python_files = [
169168
"test_*.py",

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,6 @@ norecursedirs = [
881881
log_level = "INFO"
882882
filterwarnings = [
883883
"error::pytest.PytestCollectionWarning",
884-
"error::pytest.PytestReturnNotNoneWarning",
885884
# Avoid building cartesian product which might impact performance
886885
"error:SELECT statement has a cartesian product between FROM:sqlalchemy.exc.SAWarning:airflow",
887886
'error:Coercing Subquery object into a select\(\) for use in IN\(\):sqlalchemy.exc.SAWarning:airflow',

task-sdk/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ norecursedirs = [
199199
log_level = "INFO"
200200
filterwarnings = [
201201
"error::pytest.PytestCollectionWarning",
202-
"error::pytest.PytestReturnNotNoneWarning",
203202
]
204203
python_files = [
205204
"test_*.py",

0 commit comments

Comments
 (0)