mirror of
https://github.com/d3vyce/taskiq-deduplication.git
synced 2026-08-04 19:14:07 +00:00
test: add real-Redis integration tests (#45)
This commit is contained in:
@@ -64,9 +64,13 @@ build-backend = "uv_build"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
anyio_mode = "auto"
|
||||
filterwarnings = [
|
||||
"ignore::DeprecationWarning",
|
||||
]
|
||||
markers = [
|
||||
"integration: requires a live Redis at localhost:6379",
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["src/taskiq_deduplication"]
|
||||
|
||||
Reference in New Issue
Block a user