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

python3Packages.mypy: 0.620 -> 0.630 #46788

Merged
merged 1 commit into from Sep 18, 2018
Merged

python3Packages.mypy: 0.620 -> 0.630 #46788

merged 1 commit into from Sep 18, 2018

Conversation

teto
Copy link
Member

@teto teto commented Sep 17, 2018

Now requires mypy_extensions so added it as well.

Motivation for this change

I've had mypy problems when running with python language server. I updated mypy, sadly it doesn''t fix my problem but let's share the update eitherway.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

Now requires mypy_extensions so added it as well.
@teto teto requested a review from FRidh as a code owner September 17, 2018 15:33
@teto
Copy link
Member Author

teto commented Sep 17, 2018

Note that mypy now requires mypy_extensions so I added it. I kept the same maintainers as for mypy (which might be a bold move don't hate me plz :) )

sha256 = "04h8brrbbx151dfa2cvvlnxgmb5wa00mhd2z7nd20s8kyibfkq1p";
};

disabled = !isPy3k;
Copy link
Member

Choose a reason for hiding this comment

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

Just noticed: I think this is enabled for python2, no? https://github.com/python/mypy/blob/master/extensions/setup.py#L21

Copy link
Member

Choose a reason for hiding this comment

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

@teto
Copy link
Member Author

teto commented Sep 18, 2018 via email

@teto teto deleted the mypy630 branch May 13, 2020 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants