Skip to content
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

CI fix for "Testing nbclassic" on macos 3.7, 3.8, 3.9, 3.10 #104

Merged
merged 1 commit into from
May 31, 2022

Conversation

ericsnekbytes
Copy link
Collaborator

@ericsnekbytes ericsnekbytes commented May 26, 2022

Modified the github actions for running pytest commands from "pytest foo" to "python -m pytest foo". Both usages are roughly equivalent, see this page for more info about the difference. These tests now succeed:

  • Testing nbclassic / Build for macos 3.7
  • Testing nbclassic / Build for macos 3.8
  • Testing nbclassic / Build for macos 3.9
  • Testing nbclassic / Build for macos 3.10

Where previously they were failing (see here for reference to the failing tests addressed by this PR).

@ericsnekbytes ericsnekbytes changed the title CI test for pytest/PATH check CI fix for "Testing nbclassic" on macos 3.7, 3.8, 3.9, 3.10 May 31, 2022
@ericsnekbytes ericsnekbytes marked this pull request as ready for review May 31, 2022 13:48
@ericsnekbytes ericsnekbytes requested a review from echarles May 31, 2022 13:48
Copy link
Member

@echarles echarles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ericsnekbytes LGTM. I will merge. Congratulations for your first merged PR on nbclassic 👍

@echarles echarles merged commit 1b9499e into jupyter:main May 31, 2022
@echarles echarles added the bug Something isn't working label Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants