summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2016-07-14 08:05:43 +0200
committerThomas Bechtold <tbechtold@suse.com>2016-07-14 08:06:12 +0200
commit20613c3c70ade93e1b95b630facc4f59b6ee5a9b (patch)
tree08ae8c997d173148e9d7b76e568b1bc9b92ef445 /setup.cfg
parent673f27b0e88bbe69b47b10fdc0fd6f1f353c66ae (diff)
downloadoslo-db-20613c3c70ade93e1b95b630facc4f59b6ee5a9b.tar.gz
Remove discover from setup.cfg
It's only needed for python < 2.7 which is not supported Change-Id: If364adc5d266557c68c85b5dcfde4c6439a773f7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index bcfcc84..9d32066 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,6 @@ postgresql =
test =
hacking<0.11,>=0.10.0
coverage>=3.6 # Apache-2.0
- discover # BSD
doc8 # Apache-2.0
eventlet!=0.18.3,>=0.18.2 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD