From 060e67b1072efdcacbd25ca39c979cd41a9ad188 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 9 Nov 2021 15:32:35 +0100 Subject: [PATCH] Unpinned test dependencies. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af3b3b9..3e67150 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( python_requires=">=3.6", setup_requires=["pytest-runner"], extras_require={ - "tests": ["hypothesis==4.23", "pytest~=3.10", "pytest-asyncio~=0.8"] + "tests": ["hypothesis", "pytest", "pytest-asyncio"] }, entry_points={ "console_scripts": ["daphne = daphne.cli:CommandLineInterface.entrypoint"]