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

nix builds on CI failing #1635

Closed
cqc-alec opened this issue Oct 23, 2024 · 3 comments · Fixed by #1636
Closed

nix builds on CI failing #1635

cqc-alec opened this issue Oct 23, 2024 · 3 comments · Fixed by #1636
Assignees

Comments

@cqc-alec
Copy link
Collaborator

Seems they aren't using the latest version of mypy.

@jake-arkinstall
Copy link
Contributor

I've wanted to do a nix flake update for a while so that should fix it.

Do you have a preference as to which python version should be the default when built with nix?

@jake-arkinstall
Copy link
Contributor

Which mypy version is required? Is this documented anywhere?

The version provided by the latest nixpkgs revision is 1.11.2, and the test still fails on that. Pypi has 1.13, so I'll grab the original nixpkgs src and modify it to use that version.

@cqc-alec
Copy link
Collaborator Author

I've wanted to do a nix flake update for a while so that should fix it.

Do you have a preference as to which python version should be the default when built with nix?

No particular preference, maybe 3.12 would be safest?

The mypy version used is always the latest on pipy, currently 1.13.0.

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 a pull request may close this issue.

2 participants