mirror of https://github.com/pyodide/pyodide.git
MAINT Remove pytest.ini (#664)
This commit is contained in:
parent
93f184c6e5
commit
00ef8956f8
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[pytest]
|
||||
norecursedirs = build src cpython emsdk/
|
Loading…
Reference in New Issue