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

fix ci tests #15

Merged
merged 3 commits into from
Sep 12, 2024
Merged

fix ci tests #15

merged 3 commits into from
Sep 12, 2024

Conversation

bddap
Copy link
Member

@bddap bddap commented Sep 11, 2024

fixes #4

get test/test.bash running again

  • pin rdkit to just before they started generating thier own stubs
  • pin pyright to just before it started failing (future prs might update pyright)
  • swap out setup.py for a poetry-based build
  • update mypy and fix the small issue it detected in rdGeometry

- pin rdkit to just before they started generating thier own stubs
- pin pyright to just before it started failing (future prs might update pyright)
- swap out setup.py for a poetry-based build
- update mypy and fix the small issue it detected in rdGeometry
@bddap bddap requested a review from ryanrightmer September 11, 2024 20:37
@bddap bddap marked this pull request as ready for review September 11, 2024 20:37
@bddap bddap changed the title cleanups fix ci tests Sep 11, 2024
Copy link
Contributor

@ryanrightmer ryanrightmer left a comment

Choose a reason for hiding this comment

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

Fine for now, at some point we need to look into merging into the stubs they're auto-generating

@bddap bddap merged commit dd8514e into main Sep 12, 2024
2 checks passed
@bddap bddap deleted the bddap/cleanup branch September 12, 2024 21:12
@bddap
Copy link
Member Author

bddap commented Sep 13, 2024

Maybe marking these stubs as partial will work.

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.

ci tests are borked
2 participants