forked from CGM_Public/pretix_original
Automatic update checks (#434)
* Basic update checks * Fix issues pointed out by @rixx * First test * Add tests * Even more tests
This commit is contained in:
+2
-1
@@ -115,7 +115,8 @@ setup(
|
||||
'isort',
|
||||
'pytest-mock',
|
||||
'pytest-rerunfailures',
|
||||
'pytest-warnings'
|
||||
'pytest-warnings',
|
||||
'responses'
|
||||
],
|
||||
'memcached': ['pylibmc'],
|
||||
'mysql': ['mysqlclient'],
|
||||
|
||||
Reference in New Issue
Block a user