scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
22 stars 66 forks source link

pytest.ini: s/repo_test/repo_tests/ #529

Closed tchaikov closed 10 months ago

tchaikov commented 10 months ago

otherwise pytest complains at seeing the marker of repo_tests, like

============================================================================================================== warnings summary ==============================================================================================================
tests/test_scylla_download.py:9
  /home/kefu/dev/scylla-ccm/tests/test_scylla_download.py:9: PytestUnknownMarkWarning: Unknown pytest.mark.repo_tests - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.repo_tests

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

this warning is distracting.