Skip to content

Run tests on CPython on Github actions#96

Merged
pradyunsg merged 4 commits into
pypa:mainfrom
takluyver:ci-run-tests
Jan 14, 2022
Merged

Run tests on CPython on Github actions#96
pradyunsg merged 4 commits into
pypa:mainfrom
takluyver:ci-run-tests

Conversation

@takluyver
Copy link
Copy Markdown
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
Copy Markdown
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