debian/tests/control: Mark python test as superficial

Running a static checker and unit tests on our scripts is not a
substitute for proper integration tests, which are still TBD.
This commit is contained in:
Ben Hutchings
2019-10-27 14:37:38 +00:00
parent 349112b1ab
commit 706336f543
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -15,6 +15,7 @@ linux (5.3.7-2) UNRELEASED; urgency=medium
* Copy template file permissions to output files
* debian/templates/headers.postinst.in: Set executable for consistency
* debian/README.source: Document code signing and how to test it
* debian/tests/control: Mark python test as superficial
[ Bastian Blank ]
* [amd64/cloud-amd64] Re-enable RTC drivers. (closes: #931341)

View File

@@ -1,2 +1,3 @@
Tests: python
Depends: python3, pycodestyle, pyflakes3
Restrictions: superficial