#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/elupus/arcam_fmj.git
include /usr/share/openstack-pkg-tools/pkgos.make
include /usr/share/dpkg/buildopts.mk

export PYBUILD_TEST_ARGS= -v $(DEB_BUILD_OPTION_PARALLEL:%=-n %) tests --ignore=tests/test_fake.py

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