# pip-compile --annotation-style=line --extra=test --no-annotate --no-header --output-file=requirements-testing.txt --strip-extras pyproject.toml requirements.txt 2>&1 | grep -v '^#' > testing.tmp
# sed -e '/^#/d;/^$/d;s/ *#.*$//' requirements.txt > req.tmp
# comm -13 req.tmp testing.tmp > requirements-testing.txt
# NOTE: check the result manually
iniconfig==2.0.0
packaging==23.2
pluggy==1.3.0
pytest==7.4.3
