File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ norecursedirs = [
163
163
log_level = " INFO"
164
164
filterwarnings = [
165
165
" error::pytest.PytestCollectionWarning" ,
166
- " error::pytest.PytestReturnNotNoneWarning" ,
167
166
]
168
167
python_files = [
169
168
" test_*.py" ,
Original file line number Diff line number Diff line change @@ -881,7 +881,6 @@ norecursedirs = [
881
881
log_level = " INFO"
882
882
filterwarnings = [
883
883
" error::pytest.PytestCollectionWarning" ,
884
- " error::pytest.PytestReturnNotNoneWarning" ,
885
884
# Avoid building cartesian product which might impact performance
886
885
" error:SELECT statement has a cartesian product between FROM:sqlalchemy.exc.SAWarning:airflow" ,
887
886
' error:Coercing Subquery object into a select\(\) for use in IN\(\):sqlalchemy.exc.SAWarning:airflow' ,
Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ norecursedirs = [
199
199
log_level = " INFO"
200
200
filterwarnings = [
201
201
" error::pytest.PytestCollectionWarning" ,
202
- " error::pytest.PytestReturnNotNoneWarning" ,
203
202
]
204
203
python_files = [
205
204
" test_*.py" ,
You can’t perform that action at this time.
0 commit comments