-
Notifications
You must be signed in to change notification settings - Fork 238
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
chore: move to hatchling #1297
chore: move to hatchling #1297
Conversation
Sorry! I tried to add that last commit via the web editor (the WebAssembly one you get by pressing the period key) and it pushed it to master instead. Reverted. 😳 |
Does Cirrus have isolated builds disabled? Not sure why it's not picking up hatchling. It could be added - but why doesn't it pick it up? |
Something seems broken with homebrew * isolated installs on M1. Vaguely thought I remember hearing about that somewhere else. |
Yeah I can recreate that locally, too. Seems it only happens on homebrew python. https://gist.github.com/joerick/42e9e31ceb5d1dfe43c69fb6a59436e2#file-gistfile1-txt-L5541-L5551 |
Yeah, I'm quite sure I saw a discussion somewhere that homebrew is patching Python in such a way that isolated builds are broken. Needs to be reported and fixed. I can try to do it, but will take a week or so before I can get to it. |
There are conflicts btw |
bb3daa5
to
dd9fce6
Compare
There are conflicts again |
Maybe one more try? 😅 |
cb85d22
to
8f60485
Compare
Strange job timeout |
Checks looks okay now, perhaps a retry fixed it. The other thing I think we'd need is an update to |
08050b6
to
da56fc4
Compare
I cancelled the travis ci job (which would have failed on windows anyway) |
Is that an issue with this? |
No, Windows has been failing the last couple builds. |
Signed-off-by: Henry Schreiner <[email protected]>
da56fc4
to
7a0ee32
Compare
Any objections to merging? |
Moving over to using pypa/hatch's hatching.
Removed the
[mypy]
extra as it wasn't maintained and wasn't correct.