Skip to content

Commit 71ff151

Browse files
committed
Convert test_platform_from_text_complex_expression to use features of the expression
1 parent d90c98a commit 71ff151

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/automatus-ubuntu2204.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Deps
1616
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
1717
- name: Install deps python
18-
run: pip3 install gitpython xmldiff
18+
run: pip3 install gitpython xmldiff compliance-trestle==2.4.0 lxml lxml-stubs requests
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
with:

test-requirements.txt

-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@ xmldiff
22
pytest
33
pytest-cov
44
# used in tests/units/utils/oscal
5-
lxml
6-
lxml-stubs
7-
requests
8-
# compliance-trestle==2.4.0
95
PyGitHub

0 commit comments

Comments
 (0)