From bd17c9ad4f75dde2dd65a06d7cba0dec7ee09c15 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sun, 12 Jan 2020 22:49:43 +0530 Subject: tests: Add a unit test for checksums Adds a CI dependency on the `pefile` python module. --- ci/azure-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/azure-steps.yml') diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index ff34c45..ef31208 100644 --- a/ci/azure-steps.yml +++ b/ci/azure-steps.yml @@ -152,7 +152,7 @@ steps: python --version # Needed for running unit tests in parallel. - python -m pip --disable-pip-version-check install --upgrade pytest-xdist + python -m pip --disable-pip-version-check install --upgrade pefile pytest-xdist echo "" -- cgit v1.1