Replies: 1 comment
-
Maybe report this to https://github.com/bazel-contrib/rules_python instead? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a nested structure of test folders containing conftest files on different levels. In conftest files I use 'pytest_addoption' to specify custom test arguments. My problem is that bazel only respects cli arguments if they are defined in the high level conftest file, for the arguments in the lower-level conftest files I get an error 'unrecognized arguments'. Can you please help me to avoid this error?
Note: the folder structure inside bazel workspace looks correct, meaning that it repeats the nested structure of the code.
Beta Was this translation helpful? Give feedback.
All reactions