We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0471ade commit 6effbfaCopy full SHA for 6effbfa
scripts/split_tox_gh_actions/split_tox_gh_actions.py
@@ -29,7 +29,7 @@
29
TOXENV_REGEX = re.compile(
30
r"""
31
{?(?P<py_versions>(py\d+\.\d+,?)+)}?
32
- -(?P<framework>[a-z](?:[a-z_]|-(?!v{?\d|latest))*[a-z0-9])
+ -(?P<framework>[a-z](?:[a-z_]|-(?!v{?\d))*[a-z0-9])
33
(?:-(
34
(v{?(?P<framework_versions>[0-9.]+[0-9a-z,.]*}?))
35
))?
0 commit comments