[Python-modules-commits] [asyncpg] 08/08: disable test_flake8 as .flake8 file is not included in the tarball
Piotr Ożarowski
piotr at moszumanska.debian.org
Wed Oct 25 09:02:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository asyncpg.
commit e80ca7bb3e27fd90e01221b39ec17079b7c360e4
Author: Piotr Ożarowski <piotr at debian.org>
Date: Wed Oct 25 10:32:32 2017 +0200
disable test_flake8 as .flake8 file is not included in the tarball
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 6936634..98bb0dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
export PYBUILD_NAME=asyncpg
export PYBUILD_TEST_ARGS=-s {build_dir}/tests
export PYBUILD_BUILD_ARGS=build_ext --cython-always
+export PYBUILD_TEST_ARGS=-k-test_flake8
%:
dh $@ --with python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/asyncpg.git
More information about the Python-modules-commits
mailing list