Commit 42a61e0
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]>1 parent 9b00a61 commit 42a61e0
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