Skip to content

Commit

Permalink
Merge pull request #464 from joshuagl/joshuagl/tox-no-prerelease
Browse files Browse the repository at this point in the history
Don't install pre-release packages in tox environments
  • Loading branch information
lukpueh committed Nov 29, 2022
2 parents fccaee8 + 2bda272 commit 1ffd043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- python-version: "3.11"
os: ubuntu-latest
toxenv: py311-test-gpg-fails
- python-version: "3.8"
- python-version: "3.11"
os: ubuntu-latest
toxenv: lint

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skipsdist = True

[testenv]
install_command =
pip install --pre {opts} {packages}
pip install {opts} {packages}

deps =
-r{toxinidir}/requirements-pinned.txt
Expand Down

0 comments on commit 1ffd043

Please sign in to comment.