Skip to content

Commit 773f446

Browse files
committed
fix: Remove pytest-mock from dependencies (#99)
- Removed pytest-mock>=3.10.0 from dev dependencies - All mock usage has been eliminated from the codebase - Tests run successfully without pytest-mock - NO MOCKS policy is now fully enforced in dependencies This completes the cleanup of mock-related dependencies.
1 parent 098ce0d commit 773f446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ dev = [
5858
"pytest>=7.0.0",
5959
"pytest-asyncio>=0.21.0",
6060
"pytest-cov>=4.0.0",
61-
"pytest-mock>=3.10.0",
6261
"black>=22.0.0",
6362
"isort>=5.10.0",
6463
"flake8>=4.0.0",

0 commit comments

Comments
 (0)