You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Korotkov (Jira)" <ji...@apache.org> on 2023/02/09 04:42:00 UTC

[jira] [Created] (IGNITE-18765) [ducktests] Fix ducktests python module version format

Sergey Korotkov created IGNITE-18765:
----------------------------------------

             Summary: [ducktests] Fix ducktests python module version format
                 Key: IGNITE-18765
                 URL: https://issues.apache.org/jira/browse/IGNITE-18765
             Project: Ignite
          Issue Type: Test
            Reporter: Sergey Korotkov




X.X.X-SNAPSHOT version format is not allowed any more by the setuptools starting from the 66.0.0

So among other, it blocks the github actions used to check the pull-requests as 

{panel}
{noformat}
python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [27 lines of output]
      running egg_info
      /home/runner/.virtualenvs/ignite-ducktests-codestyle/lib/python3.8/site-packages/setuptools/dist.py:548: UserWarning: The version specified ('2.15.0-SNAPSHOT') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
{noformat}
{panel}

See the corresponding discussion in the setuptools' github:
https://github.com/pypa/setuptools/issues/3772





--
This message was sent by Atlassian Jira
(v8.20.10#820010)