Skip to content

Remove distutils#36

Merged
youknowone merged 2 commits into
mainfrom
remove-distutils
Oct 30, 2024
Merged

Remove distutils#36
youknowone merged 2 commits into
mainfrom
remove-distutils

Conversation

@youknowone

Copy link
Copy Markdown
Owner

close #16

cc @lucas42 @cdce8p

Comment thread .github/workflows/tests.yaml Outdated
id: get-folders
run: |
FOLDERS=$(find . -maxdepth 2 -type d -name 'tests' \
FOLDERS=$(find . -maxdepth 2 -type d -name 'tests' ! -path '*/distutils/*' \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

With #37 you can simply add --exclude distutils to the script call.

@cdce8p cdce8p left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

@youknowone youknowone merged commit 2af39a1 into main Oct 30, 2024
@youknowone

Copy link
Copy Markdown
Owner Author

okay, finally CI green

@youknowone youknowone deleted the remove-distutils branch October 30, 2024 15:27
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.

Distutils testsuite doesn't run in python 3.13

2 participants