Hi I have an error: `11:07:13.24 [ERROR] Invalid ...
# general
s
Hi I have an error:
11:07:13.24 [ERROR] Invalid option 'pytest_plugins' under [pytest]
But according to the documentation, that how I should debug my tests. https://www.pantsbuild.org/docs/python-test-goal#running-tests-interactively
Copy code
[pytest]
pytest_plugins.add = ["ipdb"]
c
That is, it has been renamed to
extra_requirements.add
cc @hundreds-father-404
s
Thanks a lot 😉
👍 1
h
@silly-spring-87100 which version of Pants are you on?
s
2.8
h
Thanks - so it sounds like the docs are stale. We'll fix ASAP.
Done! Thanks again for the report.