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 20ee402 commit fb4add9Copy full SHA for fb4add9
conftest.py
@@ -19,7 +19,7 @@ def maybe_skip_test(item, delayed=False):
19
skip_msg = None
20
# Testing a package. Skip the test if the package is not built.
21
match = re.match(
22
- r".*/packages/(?P<name>[\w\-]+)/test_[\w\-]+\.py", str(item.parent.fspath)
+ r".*/packages/(?P<name>[\w\-\.]+)/test_[\w\-]+\.py", str(item.parent.fspath)
23
)
24
if match and not is_common_test:
25
package_name = match.group("name")
0 commit comments