1 Star 0 Fork 10

我是城墟垣/Spyder

forked from Gitee 极速下载/Spyder 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pytest.ini 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/williamzhu89/Spyder.git
git@gitee.com:williamzhu89/Spyder.git
williamzhu89
Spyder
Spyder
master

搜索帮助