Skip to content

Commit 0f513f0

Browse files
committed
fixed error due to example rename
1 parent 4e7e84c commit 0f513f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
addopts = --strict-config --strict-markers
33
xfail_strict = true
44
junit_family = "xunit2"
5-
norecursedirs = examples/*
5+
norecursedirs = samples/*
66

77
[pytest-watch]
88
runner= pytest --failed-first --maxfail=1 --no-success-flaky-report

0 commit comments

Comments
 (0)