Commit 20b0238
authored
Add pytest configuration. (#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]>1 parent c5c3c3a commit 20b0238
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