Skip to content

Commit 32c4e85

Browse files
committed
build: skip tests on DEB build
1 parent 67396ef commit 32c4e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export PYBUILD_NAME=caso
77
dh $@ --with python3 --buildsystem=pybuild
88

99
override_dh_auto_test:
10-
tox -eflake8,bandit
10+
true

0 commit comments

Comments
 (0)