commit | a5b548138b7356dbacc41ae5100dfda5200ea90b | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu May 18 09:23:14 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:02 2017 -0400 |
tree | 86c7bc613410cf49aa8ace054f92826e27cbb275 | |
parent | dbf0518b608b1395bf81bad0b89e314c17ba339c [diff] |
test: py: Use global pytestmark for hush tests All tests in test_hush_if_test depends on hush parser to be present. This patch simplify test dependencies by using global pytestmark. Reported-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Stephen Warren <swarren@nvidia.com>