Skip to content

Commit

Permalink
Robot Framework Plugin: pin compatibility with series 6
Browse files Browse the repository at this point in the history
Robot framework version 7 is in pre-release, and has different
behavior that our plugin is not really validated with.

Let's pin it to require a version 6.x only.

Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Dec 21, 2023
1 parent 6ac3336 commit e50a8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optional_plugins/robot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_long_description():
install_requires=[
f"avocado-framework=={VERSION}",
"robotframework>=4.1, <=6.1.1; python_version < '3.8'",
"robotframework>=4.1; python_version >= '3.8'",
"robotframework>=4.1; <7.0; python_version >= '3.8'",
],
test_suite="tests",
entry_points={
Expand Down

0 comments on commit e50a8da

Please sign in to comment.