Skip to content

Commit

Permalink
mock: move backoff python requirement
Browse files Browse the repository at this point in the history
Move python backoff requirement from pytest requirements to the
mock requirements.txt as it is not a test dependency.

Signed-off-by: Maksym Kondratenko <[email protected]>
Closes: rpm-software-management#1505
  • Loading branch information
c0m1c5an5 authored and praiskup committed Nov 22, 2024
1 parent c2b8493 commit 5193dbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions mock/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
backoff
distro
jinja2
pyroute2
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ deps =
jsonschema
pytest
pytest-cov
backoff
setenv =
PYTHONPATH = ./mock/py
commands =
Expand Down

0 comments on commit 5193dbd

Please sign in to comment.