Commit bb731ff
Add pytest configuration. (sonic-net#24339)
Why I did it
Pytest in sonic-buildimage and submodules relies on default value of norecursedirs setting.
Without the configuration file, pytest may find another one in one of the parent directories and run with an incompatible setting of norecursedirs causing test collection failures.
How I did it
Create an empty pytest.ini configuration file.
Description for the changelog
Ensure pytest runs with default value of norecursedirs
Signed-off-by: Krzysztof Kościuszkiewicz <[email protected]>
Signed-off-by: venu-nexthop <[email protected]>1 parent f57af45 commit bb731ff
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments