Skip to content

Commit

Permalink
Love the way I go
Browse files Browse the repository at this point in the history
  • Loading branch information
marazmiki committed Mar 28, 2024
1 parent f618b76 commit ad02c26
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions coveralls virtualenv-pyenv
pip install tox tox-gh-actions coveralls
- name: Running the test with `tox`
Expand Down
30 changes: 1 addition & 29 deletions poetry.lock

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

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ tox = "4.14.2"
flake8 = "~7.0"
bump2version = "^1.0.1"

[tool.poetry.group.dev.dependencies]
virtualenv-pyenv = "^0.5.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ python =
3.12: py312

[testenv]
setenv =
VIRTUALENV_DISCOVERY=pyenv

deps =
poetry

Expand Down

0 comments on commit ad02c26

Please sign in to comment.