conan-io / hooks

Official Conan client hooks
MIT License
32 stars 46 forks source link

Move KB-H047 - Non ASCII #359

Closed uilianries closed 2 years ago

uilianries commented 2 years ago

As we are running only Python 3 and C3I requires Python <= 3.6, we can accept non-ascii characters in recipes.

I also removed Python 2.7 testing for Windows. Why? We no longer run Python 2 on CCI.

UPDATE:

Now non-ascii is a separated hook.

jgsogo commented 2 years ago

Why not moving it out from conan-center hook to its own hook? This is a feature that some people might find useful.

uilianries commented 2 years ago

@jgsogo Good idea, I'll do that

SSE4 commented 2 years ago

you can remove py27 altogether from CI (e.g. tox.ini and whenever else it's mentioned)

uilianries commented 2 years ago

For some reason, on Windows the output messages are not there. Need to investigate further

uilianries commented 2 years ago

Fixed!