You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Daschinsky (Jira)" <ji...@apache.org> on 2021/05/18 18:23:00 UTC

[jira] [Created] (IGNITE-14738) Remove pytest-runner dependency from setup.py

Ivan Daschinsky created IGNITE-14738:
----------------------------------------

             Summary: Remove pytest-runner dependency from setup.py
                 Key: IGNITE-14738
                 URL: https://issues.apache.org/jira/browse/IGNITE-14738
             Project: Ignite
          Issue Type: Improvement
          Components: python, thin client
    Affects Versions: python-0.4.0
            Reporter: Ivan Daschinsky


This dependency should be removed

1. It is deprecated (see https://pypi.org/project/pytest-runner/)
2. We already adopted {{tox}} and use it in travis-ci
3. It cause some issues when trying to install source package from local pypi mirror ({{pytest-runner}} should be installed separately before {{pyignite}}). However, when installing directly from pypi.org, all works ok.

But, unfortunatelly, our TC agents doesn't have {{tox}} installed



--
This message was sent by Atlassian Jira
(v8.3.4#803005)