#!/usr/bin/make -f

export PYBUILD_NAME := linuxnamespaces
# These tests require namespace capabilities that we may not have.
export PYBUILD_TEST_ARGS += --deselect tests/test_simple.py::UnshareTest

%:
	dh $@ --buildsystem=pybuild
