forked from spyder-ide/spyder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
30 lines (28 loc) · 1.07 KB
/
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
26
27
28
29
30
# 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
ignore:.*There already exists a reference.*with id.*under the context:UserWarning
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
preload_project: Preload a project on the main window
no_xvfb
external_interpreter
test_environment_interpreter