Skip to content

Commit b44ca80

Browse files
author
Roland Hedberg
committed
Merge pull request #217 from SpamapS/master
Beginning work on python3
2 parents 926d334 + 933d44d commit b44ca80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*.~
33
\#*
44
.*~
5+
.eggs
6+
*.egg
57
*.egg-info
68
example/*/*.log
79
example/*.db
@@ -192,3 +194,4 @@ example/sp-repoze/sp_conf_2.Pygmalion
192194
example/sp-repoze/sp_conf_2.py
193195

194196
sp.xml
197+
tests/pki/qwerty.*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run_tests(self):
3838
'mongodict',
3939
'pyasn1',
4040
'pymongo==3.0.1',
41-
'python-memcached == 1.51',
41+
'python-memcached >= 1.51',
4242
'pytest',
4343
'mako',
4444
#'pytest-coverage',

0 commit comments

Comments
 (0)