summaryrefslogtreecommitdiff
path: root/dev-python/python-socks
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-socks')
-rw-r--r--dev-python/python-socks/python-socks-2.0.3.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/python-socks/python-socks-2.0.3.ebuild b/dev-python/python-socks/python-socks-2.0.3.ebuild
index e1312225e727..c06c40bbc9d5 100644
--- a/dev-python/python-socks/python-socks-2.0.3.ebuild
+++ b/dev-python/python-socks/python-socks-2.0.3.ebuild
@@ -36,3 +36,8 @@ BDEPEND="
)"
distutils_enable_tests pytest
+
+python_test() {
+ # can be removed on next version bump
+ epytest --asyncio-mode=strict
+}