Skip to content

Commit b47afb4

Browse files
committed
Revert "Include init files in sybil"
This is now supported by repo-config directly. This reverts commit ae978c3. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2e0b9b9 commit b47afb4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/frequenz/client/conftest.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,4 @@
1010
from frequenz.repo.config.pytest import examples
1111
from sybil import Sybil
1212

13-
sybil_arguments = examples.get_sybil_arguments()
14-
# Upstream includes "excludes" to work around a bug in Sybil.
15-
# This bug seems to be fixed in our version of Sybil, so we remove it.
16-
sybil_arguments.pop("excludes")
17-
18-
pytest_collect_file = Sybil(**sybil_arguments).pytest()
13+
pytest_collect_file = Sybil(**examples.get_sybil_arguments()).pytest()

0 commit comments

Comments
 (0)