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

bug: red builds? #69

Closed
benjamincburns opened this issue Feb 2, 2025 · 6 comments
Closed

bug: red builds? #69

benjamincburns opened this issue Feb 2, 2025 · 6 comments
Assignees
Labels
tests Issue or enhancement within tests

Comments

@benjamincburns
Copy link

benjamincburns commented Feb 2, 2025

See https://github.com/pawamoy/markdown-exec/actions/workflows/ci.yml

Image

Tests don't seem to be running due to dependency conflicts. e.g.: https://github.com/pawamoy/markdown-exec/actions/runs/12201447867/job/34039876525

FWIW, I also encountered setup issues trying to get the project setup locally because markdown-exec depends on itself in pyproject.toml. Although if I comment out that dependency in pyproject.toml, I can get tests to run and pass locally.

@benjamincburns benjamincburns added the unconfirmed This bug was not reproduced yet label Feb 2, 2025
@pawamoy
Copy link
Owner

pawamoy commented Feb 3, 2025

Thanks for the report! Let me look into it 🙂

@pawamoy
Copy link
Owner

pawamoy commented Feb 3, 2025

The "self-dependency" issue should be fixed on main now.

@pawamoy
Copy link
Owner

pawamoy commented Feb 3, 2025

I'm having trouble finding a set of versions for numpy/matplotlib that can actually be installed on Python <3.14 😫

@pawamoy pawamoy added tests Issue or enhancement within tests and removed unconfirmed This bug was not reproduced yet labels Feb 3, 2025
@pawamoy
Copy link
Owner

pawamoy commented Feb 3, 2025

I think I'll enable docs on a single Python version, this should make things easier.

@pawamoy
Copy link
Owner

pawamoy commented Feb 3, 2025

Weird, for some reason MkDocs exits early locally, and I cannot reproduce in a debugging session... the heisenbug. Anyway, I've disabled docs checking on Python other than 3.12.

@pawamoy
Copy link
Owner

pawamoy commented Feb 3, 2025

@pawamoy pawamoy closed this as completed Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Issue or enhancement within tests
Projects
None yet
Development

No branches or pull requests

2 participants