Skip to content

Commit

Permalink
Suggestion from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-haffi committed Oct 1, 2024
1 parent ce1e012 commit a654d35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions requirements-extra-aiostream.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=aiostream --output-file=requirements-extra-aiostream.txt pyproject.toml
#
aiostream==0.6.2
# via seviper (pyproject.toml)
typing-extensions==4.12.2
# via aiostream
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands = python -m pip install --upgrade pip
# the tests environment is called by the Github action that runs the unit tests
deps =
-r requirements.txt
.[aiostream]
-r requirements-extra-aiostream.txt
.[tests]
setenv = PYTHONPATH = {toxinidir}/src
commands = python -m pytest --basetemp={envtmpdir} {posargs}
Expand Down Expand Up @@ -78,9 +78,6 @@ deps =
pre-commit
commands =
python -m pip install --upgrade pip
pip install --upgrade virtualenv
pip-compile --extra aiostream -o requirements-extra-aiostream.txt pyproject.toml
pip install -r requirements.txt
pre-commit install

[testenv:test_packaging]
Expand Down

0 comments on commit a654d35

Please sign in to comment.