Skip to content

Commit

Permalink
attempt to add netaddr to custom EE image
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathon2nd committed Nov 17, 2023
1 parent 20d7586 commit d9516d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fp_tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ skipsdist = True
[testenv]
basepython = python3
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
deps =
-r{toxinidir}/requirements.txt
netaddr

[testenv:podman]
passenv = HOME
Expand Down

0 comments on commit d9516d2

Please sign in to comment.