Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ jobs:

units:
name: Units in ubuntu-latest
if: false # No unit tests yet
needs:
- importer
runs-on: ubuntu-latest
Expand Down Expand Up @@ -202,7 +201,7 @@ jobs:
integration:
name: Integration in ubuntu-latest
needs:
# - units
- units
- sanity
runs-on: ubuntu-latest
strategy:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests_toolbelt
jsonpath-ng
lxml
pydantic==2.12.5
pydantic==2.12.5
2 changes: 1 addition & 1 deletion tests/integration/network-integration.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests_toolbelt
jsonpath-ng
lxml
pydantic==2.12.5
pydantic==2.12.5
4 changes: 4 additions & 0 deletions tests/unit/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
requests_toolbelt
jsonpath-ng
lxml
pydantic==2.12.5
Loading