#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/hpe-storage/hpe_storage_flowkit_py.git
include /usr/share/openstack-pkg-tools/pkgos.make

export PYBUILD_TEST_ARGS= -v hpe_storage_flowkit_py/tests -k 'not test_cached_session_expiry and not test_cached_session_expiry_with_delete_failure and not test_cached_session_reuse and not test_ensure_session_refreshes_invalid_token and not test_get_token_refresh_with_delete_failure and not test_get_token_refreshes_expired_token and not test_get_token_returns_current_token and not test_get_token_with_no_token and not test_wait_for_task_polling_multiple_times and not test_wait_for_task_timeout_elapsed_time and not test_wait_for_task_timeout_max_attempts'

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