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

Kevinjqliu/poc parallelize tests #598

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kevinjqliu
Copy link
Contributor

I don't think this works until each test can run in isolation

@Fokko
Copy link
Contributor

Fokko commented Apr 18, 2024

Why do I still have to approve your runs? :D

@@ -560,6 +561,474 @@ ignore_missing_imports = true
module = "tenacity.*"
ignore_missing_imports = true

[[tool.mypy.overrides]]

Choose a reason for hiding this comment

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

you can rewrite this more succinctly as:

[[tool.mypy.overrides]]
module = [
    "pyarrow.*",
    "pandas.*",
    "snappy.*",
    ... # put all the modules to ignore missing imports for here
]
ignore_missing_imports = true

@kevinjqliu kevinjqliu force-pushed the kevinjqliu/poc-parallelize-tests branch from 6752773 to 591007c Compare April 21, 2024 00:32
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.

3 participants