From 43b7d8840041997d6afbb850f5435a78070df47a Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 30 Mar 2021 13:16:38 +1100 Subject: Fix audio and submission tests under Guix. Have temporarily included libsndfile and python-soundfile until these changes get merged into Guix upstream. Identified that Guix's older python-wtforms 2.1 is not compatible with the test suite. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fbb05e0c..1b1b9870 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ install_requires = [ 'alembic>=0.7.5', 'python-dateutil', # WTForms removed the "ext" module in 3.0. - 'wtforms<3.0', + 'wtforms>2.1,<3.0', 'py-bcrypt', 'pytest>=2.3.1', 'pytest-xdist', -- cgit v1.2.3