Skip to content

Commit

Permalink
python-consul 1.1.0 is needed for testing but ubuntu only provides
Browse files Browse the repository at this point in the history
version 0.7.1 for now.
  • Loading branch information
Benjamin Reichel authored and benj200 committed Jul 18, 2023
1 parent dc884e1 commit 31037cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click==8.0.4
colorlog==6.7.0
python-consul==1.1.0
python-consul>=0.7.1
requests==2.27.1
urllib3==1.26.16
retrying==1.3.4
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
name="rebootmgr",
version="0.0.27",
packages=find_packages(),
maintainer="Syseleven Cloudstackers",
maintainer_email="[email protected]",
url="https://github.com/syseleven/rebootmgr",
include_package_data=True,
install_requires=[
"click>=6.0",
"colorlog>=3.1",
"python-consul>=1.1",
"python-consul>=0.7.1",
"requests>=2.20",
"retrying>=1.3",
"holidays>=0.9",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ deps =
coverage
pytest!=5.3.4 # Error in 5.3.4: https://github.com/pytest-dev/pytest/issues/6517
pytest-mock
python-consul>=1.1.0
-rrequirements.txt
commands =
coverage run -m pytest -v --color=yes --maxfail 1 {posargs} tests/
Expand Down

0 comments on commit 31037cc

Please sign in to comment.