Replies: 1 comment
-
A conftest inside of a
You can put the conftest.py file in the directory from which you run your tests from or have your pytest config in, if that's an option. |
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
-
Hello pytest team,
it seems that
pytest_configure
is not compatible with--pyargs
. Can you confirm ?here is my function in
conftest.py
(I confirm thatconftest.py
is in the root of the package):my warnings are filtered when I use pytest from the source. However, it failed when using
pytest -svv --pyargs my_package
is there an alternative ? What should I use with
--pyargs
option ?Beta Was this translation helpful? Give feedback.
All reactions