Skip to content

Commit

Permalink
testing code_testing.yml workflow (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropaulofb committed Sep 25, 2023
1 parent f8fdd10 commit 65c5028
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
50 changes: 49 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ sphinx-rtd-size = "^0.2.0"
sphinx-rtd-theme = "^1.3.0"
sphinx-toolbox = "^3.5.0"
tomli = "^2.0.1"
icecream = "^2.1.3"

[build-system]
requires = ["poetry-core"]
Expand Down
11 changes: 10 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ apeye==1.4.1 ; python_version >= "3.9" and python_version < "4.0" \
astroid==2.15.6 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:389656ca57b6108f939cf5d2f9a2a825a3be50ba9d589670f393236e0a03b91c \
--hash=sha256:903f024859b7c7687d7a7f3a3f73b17301f8e42dfd9cc9df9d4418172d3e2dbd
asttokens==2.4.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:2e0171b991b2c959acc6c49318049236844a5da1d65ba2672c4880c1c894834e \
--hash=sha256:cf8fc9e61a86461aa9fb161a14a0841a03c405fa829ac6b202670b3495d2ce69
attrs==23.1.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04 \
--hash=sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015
Expand Down Expand Up @@ -181,7 +184,7 @@ charset-normalizer==3.2.0 ; python_version >= "3.9" and python_version < "4.0" \
cleo==2.0.1 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:6eb133670a3ed1f3b052d53789017b6e50fca66d1287e6e6696285f4cb8ea448 \
--hash=sha256:eb4b2e1f3063c11085cebe489a6e9124163c226575a3c3be69b2e51af4a15ec5
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and (sys_platform == "win32" or os_name == "nt") \
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
crashtest==0.4.1 ; python_version >= "3.9" and python_version < "4.0" \
Expand Down Expand Up @@ -286,12 +289,18 @@ dulwich==0.21.6 ; python_version >= "3.9" and python_version < "4.0" \
exceptiongroup==1.1.3 ; python_version >= "3.9" and python_version < "3.11" \
--hash=sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9 \
--hash=sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3
executing==1.2.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:0314a69e37426e3608aada02473b4161d4caf5a4b244d1d0c48072b8fee7bacc \
--hash=sha256:19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107
filelock==3.12.4 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:08c21d87ded6e2b9da6728c3dff51baf1dcecf973b768ef35bcbc3447edb9ad4 \
--hash=sha256:2e6f249f1f3654291606e046b09f1fd5eac39b360664c27f5aad072012f8bcbd
html5lib==1.1 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d \
--hash=sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f
icecream==2.1.3 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:0aa4a7c3374ec36153a1d08f81e3080e83d8ac1eefd97d2f4fe9544e8f9b49de \
--hash=sha256:757aec31ad4488b949bc4f499d18e6e5973c40cc4d4fc607229e78cfaec94c34
identify==2.5.29 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:24437fbf6f4d3fe6efd0eb9d67e24dd9106db99af5ceb27996a5f7895f24bf1b \
--hash=sha256:d43d52b86b15918c137e3a74fff5224f60385cd0e9c38e99d07c257f02f151a5
Expand Down

0 comments on commit 65c5028

Please sign in to comment.