Skip to content

PyPy CI running no tests #46421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jonashaag opened this issue Mar 18, 2022 · 2 comments · Fixed by #46426
Closed

PyPy CI running no tests #46421

jonashaag opened this issue Mar 18, 2022 · 2 comments · Fixed by #46426
Labels
Bug CI Continuous Integration PyPy
Milestone

Comments

@jonashaag
Copy link
Contributor

Is that expected?

Example https://github.com/pandas-dev/pandas/runs/5593353924?check_suite_focus=true

2022-03-17T23:12:01.9910342Z   pythonLocation: /opt/hostedtoolcache/PyPy/3.8.12/x64/bin
2022-03-17T23:12:01.9910743Z ##[endgroup]
2022-03-17T23:12:02.1923011Z PYTHONHASHSEED=3717923424
2022-03-17T23:12:02.1941179Z xvfb-run pytest -r fEs -n auto --dist=loadfile --max-worker-restart 0 pandas -m "not slow and not network and not single_cpu"
2022-03-17T23:12:18.8783862Z ============================= test session starts ==============================
2022-03-17T23:12:18.8785081Z platform linux -- Python 3.8.12[pypy-7.3.8-final], pytest-7.1.1, pluggy-1.0.0
2022-03-17T23:12:18.8786140Z rootdir: /home/runner/work/pandas/pandas, configfile: pyproject.toml, testpaths: pandas
2022-03-17T23:12:18.8786880Z plugins: xdist-2.5.0, forked-1.4.0, hypothesis-6.39.4
2022-03-17T23:12:18.8787177Z gw0 I / gw1 I
2022-03-17T23:12:18.8787324Z 
2022-03-17T23:12:18.8787806Z ------ generated xml file: /home/runner/work/pandas/pandas/test-data.xml -------
2022-03-17T23:12:18.8788205Z ============================ no tests ran in 10.34s ============================
2022-03-17T23:12:18.8788536Z ERROR: Unknown config option: asyncio_mode
2022-03-17T23:12:18.8788748Z 
2022-03-17T23:12:18.8788755Z 
2022-03-17T23:12:18.9003569Z ##[error]Process completed with exit code 4.
@rhshadrach
Copy link
Member

You pass 100% of the tests you don't run. [/joking]

@rhshadrach rhshadrach added CI Continuous Integration PyPy Bug labels Mar 18, 2022
@lithomas1
Copy link
Member

Looks like missing pytest-asyncio.

@lithomas1 lithomas1 added this to the 1.5 milestone Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug CI Continuous Integration PyPy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants