# Python testing dependencies for SOME/IP stack
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0  # Parallel test execution
pytest-html>=3.1.0   # HTML test reports
pytest-timeout>=2.1.0
asyncio-mqtt>=0.11.0  # For potential MQTT testing
scapy>=2.5.0         # Network packet manipulation
pyyaml>=6.0          # Configuration files
dataclasses-json>=0.5.0  # JSON serialization for test data
