Skip to content

Commit 1ac00c6

Browse files
authored
fix: PytestConfigWarning Unknown config option: python_paths (#886)
1 parent 027c79c commit 1ac00c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pytest]
22
addopts= -v --showlocals --durations 10
3-
python_paths= .
3+
pythonpath= .
44
xfail_strict=true
55

66
[pytest-watch]

0 commit comments

Comments
 (0)