From b29c9e4f68aba3729df7fcc560b05e9170d6da14 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Thu, 27 Jun 2024 16:04:33 -0500 Subject: [PATCH] Convert test_platform_from_text_complex_expression to use features of the expression --- .github/workflows/automatus-ubuntu2204.yaml | 2 +- test-requirements.txt | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/automatus-ubuntu2204.yaml b/.github/workflows/automatus-ubuntu2204.yaml index e1d93adb2609..8060e4ca3398 100644 --- a/.github/workflows/automatus-ubuntu2204.yaml +++ b/.github/workflows/automatus-ubuntu2204.yaml @@ -15,7 +15,7 @@ jobs: - name: Install Deps run: sudo apt-get update && sudo apt-get install -y cmake ninja-build libopenscap8 python3-yaml python3-jinja2 git python3-deepdiff python3-requests jq python3-pip libxml2-utils - name: Install deps python - run: pip3 install gitpython xmldiff + run: pip3 install gitpython xmldiff compliance-trestle==2.4.0 lxml lxml-stubs requests - name: Checkout uses: actions/checkout@v4 with: diff --git a/test-requirements.txt b/test-requirements.txt index edd4e25cc1b2..e9f5af29edec 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,8 +2,4 @@ xmldiff pytest pytest-cov # used in tests/units/utils/oscal -lxml -lxml-stubs -requests -# compliance-trestle==2.4.0 PyGitHub