Skip to content

Commit

Permalink
remove async tests (#177)
Browse files Browse the repository at this point in the history
Remove async tests (it's enough to test DDGS, because it's inherited from AsyncDDGS)
  • Loading branch information
deedy5 authored Jan 28, 2024
1 parent ffa3b9e commit 5299428
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ version = {attr = "duckduckgo_search.version.__version__"}
dev = [
"ruff>=0.1.6",
"pytest>=7.4.2",
"pytest-asyncio==0.21.1",
]

[tool.ruff]
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ruff>=0.1.6
pytest>=7.4.2
pytest-asyncio==0.21.1
83 changes: 0 additions & 83 deletions tests/test_duckduckgo_search_async.py

This file was deleted.

0 comments on commit 5299428

Please sign in to comment.