#!/usr/bin/make -f

export PYBUILD_NAME = hishel
export PYBUILD_TEST_ARGS=--ignore=tests/_async/test_storages.py --ignore=tests/_sync/test_storages.py \
       	--ignore=tests/test_async_httpx.py --ignore=tests/test_requests.py --ignore=tests/test_sync_httpx.py

%:
	dh $@ --with python3 --buildsystem=pybuild
