Test-Command: mkdir -p ${AUTOPKGTEST_TMP}/autopkgtest
 && cp -r tests ${AUTOPKGTEST_TMP}/autopkgtest
 && sed -i '/pytest_plugins = ("coincidence", )/d' ${AUTOPKGTEST_TMP}/autopkgtest/tests/conftest.py
 && cd ${AUTOPKGTEST_TMP}/autopkgtest/tests
 && HOME=/tmp python3 -m pytest -v  -p no:warnings --ignore=test_email_validator.py --ignore=test_url.py
Depends: @, 
         python3-all, 
         python3-pytest,
         python3-cachecontrol,
         python3-pytest-httpserver,
         python3-filelock,
         python3-cherrypy3,
         python3-pytest-timeout
Restrictions: allow-stderr
