Skip to content

Update the dependency version for testing frameworks

Adithya Venkateswaran requested to merge set_dependency_versions into master

This updates pylint to fix an upstream bug; this is currently causing two vinvelivaanlia MRs to fail:

The error we're seeing is:

pylint run-test: commands[0] | pylint /builds/librespacefoundation/polaris/vinvelivaanilai/.tox/pylint/lib/python3.8/site-packages/vinvelivaanilai
************* Module vinvelivaanilai.space_weather.tests.test_sw_file_fetch
.tox/pylint/lib/python3.8/site-packages/vinvelivaanilai/space_weather/tests/test_sw_file_fetch.py:12:1: E1102: pytest.mark.xfail is not callable (not-callable)
************* Module vinvelivaanilai.storage.tests.test_influxdb
.tox/pylint/lib/python3.8/site-packages/vinvelivaanilai/storage/tests/test_influxdb.py:45:1: E1102: pytest.mark.usefixtures is not callable (not-callable)
-----------------------------------

The upstream bug is: https://github.com/pytest-dev/pytest/pull/7565

Signed-off-by: Adithya Venkateswaran adithyav1511@gmail.com

Edited by Adithya Venkateswaran

Merge request reports