Add contributor for PR #1746 and fix test pytest marker

- Add ChiragBellara to CONTRIBUTORS.md for sitemap seeding fix
- Add missing @pytest.mark.asyncio decorator to seeder test
This commit is contained in:
unclecode
2026-02-01 03:10:32 +00:00
parent 7c5933e2e7
commit ee717dc019
2 changed files with 3 additions and 0 deletions

View File

@@ -1,9 +1,11 @@
import asyncio
import pytest
from crawl4ai import AsyncLogger, AsyncUrlSeeder, SeedingConfig
from pathlib import Path
import httpx
@pytest.mark.asyncio
async def test_sitemap_source_does_not_hit_commoncrawl():
config = SeedingConfig(
source="sitemap",