tests always executed twice when the flaky plugin is active
After install pytest_robotframework, the Pytest test case is executed twice as it shows below:
Looks like it's related to #1?
can you provide some more info please:
- what version of pytest-robotframework are you using
- what version of pytest
- any other pytest plugins you have installed
- what command are you using to run the test
thanks
platform linux -- Python 3.10.14, pytest-7.0.0, pluggy-1.5.0
metadata: {'Python': '3.10.14', 'Platform': 'Linux-5.15.133.1-microsoft-standard-WSL2-x86_64-with-glibc2.36', 'Packages': {'pytest': '7.0.0', 'pluggy': '1.5.0'}, 'Plugins': {'xdist': '3.0.2', 'html': '4.1.1', 'flaky': '3.7.0', 'pytest_robotframework': '4.2.4', 'allure-pytest': '2.13.5', 'anyio': '4.4.0', 'metadata': '3.1.1', 'timeout': '2.1.0'}}
plugins: xdist-3.0.2, html-4.1.1, flaky-3.7.0, pytest_robotframework-4.2.4, allure-pytest-2.13.5, anyio-4.4.0, metadata-3.1.1, timeout-2.1.0
addopts = "-v --capture=tee-sys --html=results/report.html --self-contained-html --junitxml=results/report.xml --alluredir allure-results"
looks like it's the flaky plugin
i haven't tested it extensively but this plugin seems to work, so as a workaround you could maybe use that one instead