Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista committed Jun 20, 2024
1 parent e27a70a commit 61f6792
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python-avd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ copy-test-data: ## Copy inventory files from AVD collection Molecule scenario.

## Excluding prompt because the unsafe marker is lost during the export of hostvars.
## Excluding custom-templates since there is no jinja support in pyavd
ANSIBLE_COLLECTIONS_PATHS="..:/usr/share/ansible/collections" ansible-playbook \
ANSIBLE_COLLECTIONS_PATH="..:/usr/share/ansible/collections" ansible-playbook \
--limit 'all:!prompt:!custom-templates' \
-i $(ANSIBLE_AVD_DIR)/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/hosts.ini \
$(SCRIPTS_DIR)/export_test_vars.yml \
Expand All @@ -133,7 +133,7 @@ copy-test-data: ## Copy inventory files from AVD collection Molecule scenario.

## EOS_DESIGNS

ANSIBLE_COLLECTIONS_PATHS="..:/usr/share/ansible/collections" ansible-playbook \
ANSIBLE_COLLECTIONS_PATH="..:/usr/share/ansible/collections" ansible-playbook \
-i $(ANSIBLE_AVD_DIR)/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/hosts.yml $(SCRIPTS_DIR)/export_test_vars.yml \
-e testdir=eos_designs_unit_tests \
-f 10
Expand Down
1 change: 1 addition & 0 deletions python-avd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ requires = [
"pydantic>=2.3.0",
"eval-type-backport>=0.2.0", # Only needed for 3.9
"cryptography>=38.0.4",
"aristaproto>=0.1.1",
]
build-backend = "custom_build_backend"
backend-path = ["scripts"]
Expand Down
3 changes: 2 additions & 1 deletion python-avd/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
deepmerge>=1.1.0
aristaproto>=0.1.1
cryptography>=38.0.4
deepmerge>=1.1.0
jinja2>=3.0
jsonschema>=4.10.3

0 comments on commit 61f6792

Please sign in to comment.