Skip to content

Run tests on CPython on Github actions #96

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

Merged
merged 4 commits into from
Jan 14, 2022
Merged

Conversation

takluyver
Copy link
Member

I noticed on #94 that most of the CI jobs were not actually running the tests! Only the PyPy job was actually running the tests.

It appears that specifying -s <session1> -s <session2> for nox doesn't work - only the last session specified runs. It needs to be specified like -s <session1> <session2> instead.

@pradyunsg pradyunsg merged commit 071f454 into pypa:main Jan 14, 2022
@pradyunsg
Copy link
Member

Thanks @takluyver! ^>^

@takluyver takluyver deleted the ci-run-tests branch January 14, 2022 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants