forked from spyder-ide/spyder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
25 lines (23 loc) · 885 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright © Spyder Project Contributors
# Licensed under the terms of the MIT License
#
# Configuration options for Pytest
#
[pytest]
filterwarnings =
ignore:.*You passed a bytestring as `filenames`.*:DeprecationWarning
ignore:.*zmq.eventloop.ioloop is deprecated in pyzmq 17.*:DeprecationWarning
ignore:.*Session._session_changed is deprecated in traitlets.*:DeprecationWarning
markers =
slow: Marks tests as slow
use_introspection: Requires LSP services
single_instance: Test Spyder in single instance mode
auto_backend: Test the Matplotlib automatic backend
no_stderr_file: Test the IPython console with no stderr file
non_ascii_dir: Test the IPython console with stderr files in a non-ascii dir
show_save_dialog
pylab_client
sympy_client
cython_client
change_directory
use_startup_wdir: Test startup workingdir CONF