Skip to content

Commit

Permalink
Drop pytest-pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
e3243eric committed Mar 7, 2023
1 parent 87f32f1 commit f7f35cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[pytest]
addopts= -v --showlocals --durations 10
python_paths= .
pythonpath= .
xfail_strict=true
asyncio_mode=strict

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"pytest==7.2.2",
"pytest-asyncio>=0.18.1",
"pytest-mock>=1.10",
"pytest-pythonpath>=0.3",
"pytest-watch>=4.2",
"pytest-xdist>=1.29",
"setuptools>=38.6.0",
Expand Down

0 comments on commit f7f35cd

Please sign in to comment.