build: switch to pyproject.toml#440
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
LGTM please squash. |
5b27c5e to
707db94
Compare
|
Failing test case due to network reasons. |
Do we need the failing test to be fixed first? Looks like it's tied to a specific Python version @afuetterer |
|
I don't think it depends on the Python version. It is about reaching http://neverssl.com/index.html (port 80 without ssl), that results in an error. Maybe because I introduced verify_ssl in the new _urlretrieve function. But it worked during that PR, which confuses me. |
OK interesting. We should probably make sure the build passes on that version... |
Hi, since you merged my PR about the gha setup, I thought I might submit another one.
This modernizes the project setup using a
pyproject.tomlfile.What do you think?
Refs:
Tasks
urlretrieveingetRemoteFile#444 to be merged, so that CI can (hopefully) pass