[ 
https://issues.apache.org/jira/browse/CASSANDRA-17268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Berenguer Blasi updated CASSANDRA-17268:
----------------------------------------
    Description: 
File {{requirements.txt}} doesn't specify a version for pytest-timeout which 
will download the latest. Any version >1.4.2 requires pytest >5 and we're 
pinned at 3.6.4 atm. A fresh install will download and attempt to us the latest 
pytest-timeout version and fail:

{noformat}
Collecting pytest-timeout
 Using cached pytest_timeout-2.0.2-py3-none-any.whl (11 kB)
ERROR: pytest-timeout 2.0.2 has requirement pytest>=5.0.0, but you'll have 
pytest 3.6.4 which is incompatible.
{noformat}

it isn't currently failing on local and CI envs bc v1.4.2 is usually cached in 
the system and the automatic fallback to 1.4.2 prevents it.

The solution is to pin the version to 1.4.2

  was:
File {{requirements.txt}} doesn't specify a version for pytest-timeout which 
will download the latest. Any version >1.4.2 requires pytest >5 and we're 
pinned at 3.6.4 atm. A fresh install will download and attempt to us the latest 
pytest-timeout version and fail:

{noformat}
Collecting pytest-timeout
 Using cached pytest_timeout-2.0.1-py3-none-any.whl (11 kB)
ERROR: pytest-timeout 2.0.2 has requirement pytest>=5.0.0, but you'll have 
pytest 3.6.4 which is incompatible.
{noformat}

it isn't currently failing on local and CI envs bc v1.4.2 is usually cached in 
the system and the automatic fallback to 1.4.2 prevents it.

The solution is to pin the version to 1.4.2


> Pin pytest-timeout version
> --------------------------
>
>                 Key: CASSANDRA-17268
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17268
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/dtest/python
>            Reporter: Berenguer Blasi
>            Assignee: Berenguer Blasi
>            Priority: Normal
>
> File {{requirements.txt}} doesn't specify a version for pytest-timeout which 
> will download the latest. Any version >1.4.2 requires pytest >5 and we're 
> pinned at 3.6.4 atm. A fresh install will download and attempt to us the 
> latest pytest-timeout version and fail:
> {noformat}
> Collecting pytest-timeout
>  Using cached pytest_timeout-2.0.2-py3-none-any.whl (11 kB)
> ERROR: pytest-timeout 2.0.2 has requirement pytest>=5.0.0, but you'll have 
> pytest 3.6.4 which is incompatible.
> {noformat}
> it isn't currently failing on local and CI envs bc v1.4.2 is usually cached 
> in the system and the automatic fallback to 1.4.2 prevents it.
> The solution is to pin the version to 1.4.2



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to