File: rules

package info (click to toggle)
python-gql 3.6.0~b4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,824 kB
  • sloc: python: 20,567; makefile: 52
file content (9 lines) | stat: -rwxr-xr-x 933 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-k "not test_cli_get_transport_appsync_websockets_iam and not test_graphqlws_subscription_sync_graceful_shutdown and not test_munge_url and not test_custom_scalar_serialize_variables_sync_transport and not test_cli_main_appsync_websockets_iam and not test_cli_get_transport_appsync_http_iam and not test_get_introspection_query_ast and not test_async_client_validation_fetch_schema_from_server_valid_query and not test_aiohttp_using_cli_ep and not test_cli_ep_version" --ignore=tests/test_httpx.py --ignore=tests/test_httpx_async.py --ignore=tests/test_requests.py --ignore=tests/test_transport.py --ignore=tests/test_transport_batch.py --ignore=tests/test_requests_batch.py

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build $@ --buildsystem=pybuild
	cd docs; PYTHONPATH=$(CURDIR) LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 sphinx-build -bhtml -d _build/doctrees . _build/html