MAINT Remove pytest.ini (#664)

This commit is contained in:
Roman Yurchak 2020-05-18 21:22:48 +02:00 committed by GitHub
parent 93f184c6e5
commit 00ef8956f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -26,6 +26,8 @@ import selenium.webdriver.common.utils # noqa: E402
selenium.webdriver.common.utils.is_connectable = _selenium_is_connectable
collect_ignore_glob = ['packages/*/*/*']
try:
import pytest

View File

@ -33,6 +33,7 @@ def test_install_simple(selenium_standalone):
def test_parse_wheel_url():
pytest.importorskip('distlib')
import micropip
url = "https://a/snowballstemmer-2.0.0-py2.py3-none-any.whl"

View File

@ -1,2 +0,0 @@
[pytest]
norecursedirs = build src cpython emsdk/

View File

@ -1,5 +1,4 @@
[tool:pytest]
norecursedirs = build src cpython emsdk/
addopts =
-r sxX
--instafail
--doctest-modules