summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-12-21 11:44:41 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2018-12-21 12:48:32 +0100
commitb32cafcf104277fe0b7f4259ea9233077de1804f (patch)
tree6190fb022d880ac19848ba4dc32555cbca995e7e
parent922f2f74bc3ca584ca7984028287cb074a7d70a8 (diff)
Disable unreliable tests. Changelog entry and std version
DH level 11
-rw-r--r--debian/changelog11
-rw-r--r--debian/compat2
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules4
4 files changed, 17 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 91defdd..a56efc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,18 @@
aiohttp-cors (0.5.3-2) UNRELEASED; urgency=medium
+ * Team upload
+ [ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* Convert git repository from git-dpm to gbp layout
- -- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:19:44 +0100
+ [ Ruben Undheim ]
+ * DH level 11
+ * debian/control:
+ - New standards version 4.2.1 - no changes
+ * debian/rules:
+ - Disable unreliable tests (Closes: #887529)
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Fri, 21 Dec 2018 12:45:23 +0100
aiohttp-cors (0.5.3-1) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 093841c..3c040e9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: optional
Maintainer: Brandon Weeks <bweeks@google.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 11),
dh-python,
python3,
python3-aiohttp,
python3-pytest,
python3-selenium,
python3-setuptools
-Standards-Version: 4.0.0
+Standards-Version: 4.2.1
Homepage: https://github.com/aio-libs/aiohttp-cors
X-Python3-Version: >= 3.5
Vcs-Git: https://salsa.debian.org/python-team/modules/aiohttp-cors.git
diff --git a/debian/rules b/debian/rules
index b6196e6..4804a77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,7 @@ export PYBUILD_TEST_ARGS=-k-tests/integration/test_real_browser.py
%:
dh $@ --with python3 --buildsystem=pybuild
+
+
+# Disable unreliable tests
+override_dh_auto_test: