forked from closeio/sync-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
16 lines (14 loc) · 828 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
norecursedirs = inbox tests/imap/network tests/data
timeout = 60
filterwarnings =
# We are stuck on mysqlclient==1.3.14, which is the last version that supports gevent.
# We would need to change mysqlclient to another MySQL driver to get rid of those.
# MySQLdb/connections.py:276: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
# MySQLdb/connections.py:384: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
# MySQLdb/cursors.py:387: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
ignore:PY_SSIZE_T_CLEAN will be required
# MySQLdb/__init__.py:85: DeprecationWarning: waiter is deprecated and will be removed in 1.4.
ignore:waiter is deprecated and will be removed
markers =
networkrequired: needs internet access