[
https://issues.apache.org/jira/browse/IGNITE-18765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Korotkov reassigned IGNITE-18765:
----------------------------------------
Assignee: Sergey Korotkov
> [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
> Assignee: Sergey Korotkov
> Priority: Blocker
> Labels: ducktests
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)