summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2019-10-03 11:08:39 +1000
committerBrian May <brian@linuxpenguins.xyz>2019-10-03 11:08:39 +1000
commita32689d0303f9a43965c174d4697d8c12e60dc73 (patch)
tree2874eb35f854739f3665fea2f405b1e1515443d6
parenta7193f508a8f315a134e6ded831f19a9518101e3 (diff)
Lock version of attrs
Latest version of attrs breaks pytest, see: https://stackoverflow.com/questions/58189683/typeerror-attrib-got-an-unexpected-keyword-argument-convert
-rw-r--r--requirements-tests.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 77b8736..c3bd786 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,4 +1,5 @@
-r requirements.txt
+attrs==19.1.0
pytest==3.4.2
pytest-cov==2.6.0
mock==2.0.0