-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from bluesliverx/main
Remove hard-coded master branch reference
- Loading branch information
Showing
8 changed files
with
142 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytest>=6.2.4 | ||
pytest-randomly>=3.10.1 | ||
pytest-cov>=2.12.1 | ||
pylint>=2.16.2 | ||
pylintfileheader>=0.3.0 | ||
pycodestyle>=2.8.0 | ||
# Lock major version only | ||
docker<7 | ||
tox-pyenv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,119 @@ | ||
pytest==6.2.4 | ||
pytest-randomly==3.10.1 | ||
pytest-cov==2.12.1 | ||
pylint==2.10.2 | ||
pylintfileheader==0.3.0 | ||
pycodestyle==2.8.0 | ||
# Lock major version only | ||
docker<6 | ||
tox-pyenv | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# | ||
# pip-compile test_requirements.in | ||
# | ||
astroid==2.15.8 | ||
# via pylint | ||
cachetools==5.3.2 | ||
# via tox | ||
certifi==2023.11.17 | ||
# via requests | ||
chardet==5.2.0 | ||
# via tox | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
colorama==0.4.6 | ||
# via tox | ||
coverage[toml]==7.2.7 | ||
# via pytest-cov | ||
dill==0.3.7 | ||
# via pylint | ||
distlib==0.3.8 | ||
# via virtualenv | ||
docker==6.1.3 | ||
# via -r test_requirements.in | ||
exceptiongroup==1.2.0 | ||
# via pytest | ||
filelock==3.12.2 | ||
# via | ||
# tox | ||
# virtualenv | ||
idna==3.6 | ||
# via requests | ||
importlib-metadata==6.7.0 | ||
# via | ||
# pluggy | ||
# pytest | ||
# pytest-randomly | ||
# tox | ||
# virtualenv | ||
iniconfig==2.0.0 | ||
# via pytest | ||
isort==5.11.5 | ||
# via pylint | ||
lazy-object-proxy==1.9.0 | ||
# via astroid | ||
mccabe==0.7.0 | ||
# via pylint | ||
packaging==23.2 | ||
# via | ||
# docker | ||
# pyproject-api | ||
# pytest | ||
# tox | ||
platformdirs==4.0.0 | ||
# via | ||
# pylint | ||
# tox | ||
# virtualenv | ||
pluggy==1.2.0 | ||
# via | ||
# pytest | ||
# tox | ||
pycodestyle==2.10.0 | ||
# via -r test_requirements.in | ||
pylint==2.17.7 | ||
# via | ||
# -r test_requirements.in | ||
# pylintfileheader | ||
pylintfileheader==0.3.3 | ||
# via -r test_requirements.in | ||
pyproject-api==1.5.3 | ||
# via tox | ||
pytest==7.4.3 | ||
# via | ||
# -r test_requirements.in | ||
# pytest-cov | ||
# pytest-randomly | ||
pytest-cov==4.1.0 | ||
# via -r test_requirements.in | ||
pytest-randomly==3.12.0 | ||
# via -r test_requirements.in | ||
requests==2.31.0 | ||
# via docker | ||
tomli==2.0.1 | ||
# via | ||
# coverage | ||
# pylint | ||
# pyproject-api | ||
# pytest | ||
# tox | ||
tomlkit==0.12.3 | ||
# via pylint | ||
tox==4.8.0 | ||
# via tox-pyenv | ||
tox-pyenv==1.1.0 | ||
# via -r test_requirements.in | ||
typed-ast==1.5.5 | ||
# via astroid | ||
typing-extensions==4.7.1 | ||
# via | ||
# astroid | ||
# importlib-metadata | ||
# platformdirs | ||
# pylint | ||
# tox | ||
urllib3==2.0.7 | ||
# via | ||
# docker | ||
# requests | ||
virtualenv==20.25.0 | ||
# via tox | ||
websocket-client==1.6.1 | ||
# via docker | ||
wrapt==1.16.0 | ||
# via astroid | ||
zipp==3.15.0 | ||
# via importlib-metadata |