Re: cassandra--dtest: module 'pytest' has no attribute 'config'

2020-12-08 Thread Ahmed Eljami
Hi Adam, Thanks for your reply. It's indeed a pytest version issue. Resolved by using virtualenv as mentioned in the doc :) cheers Le lun. 7 déc. 2020 à 21:44, Adam Holmberg a écrit : > Hello. It looks like your environment might be using a newer version of > pytest than is supported by these

Re: cassandra--dtest: module 'pytest' has no attribute 'config'

2020-12-07 Thread Adam Holmberg
Hello. It looks like your environment might be using a newer version of pytest than is supported by these tests. https://docs.pytest.org/en/latest/deprecations.html#pytest-config-global Note that the requirements file specifies a fixed, older version of pytest:

cassandra--dtest: module 'pytest' has no attribute 'config'

2020-12-04 Thread Ahmed Eljami
Hi folks, I'm trying to run dtest on local and getting the following error (I configure it to run the only refresh_test.py test): $ pytest --cassandra-dir=/home/aeljami/workspace/git/cstar/cassandra == test session > starts