PytestConfigWarning: Unknown config option: testspath
Warning occurs when ./runtests.py
#9349
Replies: 1 comment
-
Pr for this, #9356 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When you run runtests in your local environment, you'll see a warning like the one below.
PytestConfigWarning: Unknown config option: testspath
According to the official documentation,
testpaths
is correct, nottestpath
.if this is mistake, i'll create some PR.
Beta Was this translation helpful? Give feedback.
All reactions