From 02388b16d323c31fa9a288276afce49146fb36cf Mon Sep 17 00:00:00 2001
From: Sergei Semin <sergeysyomin@yandex.ru>
Date: Tue, 21 Oct 2025 14:17:43 +0000
Subject: [PATCH] enable tests

---
 debian/control | 5 +++++
 debian/rules   | 3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 4d700e7..3982894 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,11 @@ Build-Depends:
  python3-all,
  python3-packaging,
  python3-setuptools,
+ python3-pip <!nocheck>,
+ python3-pytest-cov <!nocheck>,
+ python3-eventlet <!nocheck>,
+ python3-gevent <!nocheck>,
+ python3-aiohttp <!nocheck>
 Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/python-team/packages/gunicorn.git
 Vcs-Browser: https://salsa.debian.org/python-team/packages/gunicorn
diff --git a/debian/rules b/debian/rules
index 7f934a0..e4e6275 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,9 +16,6 @@ export PYBUILD_TEST_ARGS = -k 'not test_geventlet'
 override_dh_auto_build: $(MANPAGES)
 	dh_auto_build
 
-override_dh_auto_test:
-	# Tests require internet access.
-
 override_dh_auto_install:
 	dh_auto_install
 	# Shuffle scripts into the correct binary package.
-- 
2.51.0

