diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-30 13:16:38 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-30 13:19:26 +1100 |
commit | 43b7d8840041997d6afbb850f5435a78070df47a (patch) | |
tree | 431533e6b037a017e854bcc19f65ee4e793dfb50 /setup.py | |
parent | 42a0c3f1aad9ca8e12ac566e4f31bb15c0fe52fd (diff) | |
download | mediagoblin-43b7d8840041997d6afbb850f5435a78070df47a.tar.lz mediagoblin-43b7d8840041997d6afbb850f5435a78070df47a.tar.xz mediagoblin-43b7d8840041997d6afbb850f5435a78070df47a.zip |
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.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |