No support for pytest 7.4.0 yet? #12
Unanswered
balazs-ita-epam
asked this question in
Q&A
Replies: 1 comment
-
It supports the latest pytest. What issues are you having? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a test automation framework we are using Python 3.11 and pytest 7.4.0.
We would like to use parameterized test runs, but not the builtin pytest.mark.parametrize lib, we know the pytest-parametrized lib from other project.
However, according to our tests the current pytest-parametrized does not support the pytest 7.4.0 yet.
Is this something to be expected soon? Any workaround?
Beta Was this translation helpful? Give feedback.
All reactions