Skip to content

Commit

Permalink
fix: remove tox-battery from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Dec 11, 2023
1 parent b78c2d8 commit 24c27f4
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 112 deletions.
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
-c constraints.txt

tox # Virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
46 changes: 23 additions & 23 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
backports.entry-points-selectable==1.1.1
# via virtualenv
distlib==0.3.4
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
# via virtualenv
filelock==3.4.0
filelock==3.13.1
# via
# tox
# virtualenv
packaging==21.3
# via tox
platformdirs==2.4.0
# via virtualenv
pluggy==1.0.0
# via tox
py==1.11.0
# via tox
pyparsing==3.0.6
# via packaging
six==1.16.0
packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
# via
# tox
# virtualenv
toml==0.10.2
pluggy==1.3.0
# via tox
pyproject-api==1.6.1
# via tox
tox==3.24.4
tomli==2.0.1
# via
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
# pyproject-api
# tox
tox==4.11.4
# via -r requirements/ci.in
virtualenv==20.10.0
virtualenv==20.25.0
# via tox
118 changes: 64 additions & 54 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,96 +1,109 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
attrs==21.2.0
bok-choy==2.0.2
# via -r requirements/test.txt
build==1.0.3
# via
# -r requirements/test.txt
# pytest
backports.entry-points-selectable==1.1.1
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
# via
# -r requirements/ci.txt
# virtualenv
bok-choy==1.1.1
# via -r requirements/test.txt
certifi==2021.10.8
# tox
certifi==2023.11.17
# via
# -r requirements/test.txt
# requests
charset-normalizer==2.0.9
chardet==5.2.0
# via
# -r requirements/ci.txt
# tox
charset-normalizer==3.3.2
# via
# -r requirements/test.txt
# requests
click==8.0.3
click==8.1.7
# via
# -r requirements/pip-tools.txt
# pip-tools
distlib==0.3.4
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
filelock==3.4.0
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
filelock==3.13.1
# via
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.3
idna==3.6
# via
# -r requirements/test.txt
# requests
iniconfig==1.1.1
importlib-metadata==7.0.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
jenkinsapi==0.3.11
jenkinsapi==0.3.13
# via -r requirements/test.txt
lazy==1.4
lazy==1.6
# via
# -r requirements/test.txt
# bok-choy
packaging==21.3
packaging==23.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# pyproject-api
# pytest
# tox
pep517==0.12.0
# via
# -r requirements/pip-tools.txt
# pip-tools
pip-tools==6.4.0
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==2.4.0
platformdirs==4.1.0
# via
# -r requirements/ci.txt
# tox
# virtualenv
pluggy==1.0.0
pluggy==1.3.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# pytest
# tox
py==1.11.0
pyproject-api==1.6.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# pytest
# tox
pyparsing==3.0.6
pyproject-hooks==1.0.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# packaging
pytest==6.2.5
# -r requirements/pip-tools.txt
# build
pytest==7.4.3
# via -r requirements/test.txt
pytz==2021.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# jenkinsapi
pyyaml==6.0
pyyaml==6.0.1
# via -r requirements/test.txt
requests==2.26.0
requests==2.31.0
# via
# -r requirements/test.txt
# jenkinsapi
Expand All @@ -100,41 +113,38 @@ selenium==3.141.0
# bok-choy
six==1.16.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# bok-choy
# jenkinsapi
# tox
# virtualenv
toml==0.10.2
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# pip-tools
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomli==2.0.0
# via
# -r requirements/pip-tools.txt
# pep517
tox==3.24.4
# via
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.1
tox==4.11.4
# via -r requirements/ci.txt
urllib3==1.26.7
urllib3==2.1.0
# via
# -r requirements/test.txt
# requests
# selenium
virtualenv==20.10.0
virtualenv==20.25.0
# via
# -r requirements/ci.txt
# tox
wheel==0.37.0
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
27 changes: 19 additions & 8 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
click==8.0.3
build==1.0.3
# via pip-tools
pep517==0.12.0
click==8.1.7
# via pip-tools
pip-tools==6.4.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
tomli==2.0.0
# via pep517
wheel==0.37.0
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
46 changes: 20 additions & 26 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
attrs==21.2.0
# via pytest
bok-choy==1.1.1
bok-choy==2.0.2
# via -r requirements/test.in
certifi==2021.10.8
certifi==2023.11.17
# via requests
charset-normalizer==2.0.9
charset-normalizer==3.3.2
# via requests
idna==3.3
exceptiongroup==1.2.0
# via pytest
idna==3.6
# via requests
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
jenkinsapi==0.3.11
jenkinsapi==0.3.13
# via -r requirements/test.in
lazy==1.4
lazy==1.6
# via bok-choy
packaging==21.3
packaging==23.2
# via pytest
pluggy==1.0.0
pluggy==1.3.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.6
# via packaging
pytest==6.2.5
pytest==7.4.3
# via -r requirements/test.in
pytz==2021.3
pytz==2023.3.post1
# via jenkinsapi
pyyaml==6.0
pyyaml==6.0.1
# via -r requirements/test.in
requests==2.26.0
requests==2.31.0
# via
# -r requirements/test.in
# jenkinsapi
Expand All @@ -43,12 +39,10 @@ selenium==3.141.0
# -r requirements/test.in
# bok-choy
six==1.16.0
# via
# bok-choy
# jenkinsapi
toml==0.10.2
# via jenkinsapi
tomli==2.0.1
# via pytest
urllib3==1.26.7
urllib3==2.1.0
# via
# requests
# selenium

0 comments on commit 24c27f4

Please sign in to comment.