summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@gmail.com>2016-07-08 12:45:30 +1000
committerJamie Lennox <jamielennox@gmail.com>2016-07-12 08:07:08 +1000
commit9e6c9240404e9db8269538c2dc7b8f5f231eb15d (patch)
treea1284c358e54fdb780a30bcb3700dd36a1dd65b4 /test-requirements.txt
parent9feb9db8d667bc5bc9ca43e2073227c1e8e44bbb (diff)
downloadoslo-context-9e6c9240404e9db8269538c2dc7b8f5f231eb15d.tar.gz
Emit deprecation warnings when positional args passed
We should try and enforce that all arguments passed to an oslo_context are passed as keyword arguments. positional is a library maintained by the openstack community for exactly this. We can't simply switch over to raising an error, so by setting enforcement to warn we will issue a deprecation warning whenever arguments are being passed positionally. Change-Id: I47456ac65911d4cc4a5acbacfd1d0dae8429684a
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 79fca04..43374b4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,6 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
+fixtures>=3.0.0 # Apache-2.0/BSD
hacking<0.11,>=0.10.0
oslotest>=1.10.0 # Apache-2.0
coverage>=3.6 # Apache-2.0