Skip to content

Commit 1ffd043

Browse files
authored
Merge pull request #464 from joshuagl/joshuagl/tox-no-prerelease
Don't install pre-release packages in tox environments
2 parents fccaee8 + 2bda272 commit 1ffd043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- python-version: "3.11"
3131
os: ubuntu-latest
3232
toxenv: py311-test-gpg-fails
33-
- python-version: "3.8"
33+
- python-version: "3.11"
3434
os: ubuntu-latest
3535
toxenv: lint
3636

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skipsdist = True
99

1010
[testenv]
1111
install_command =
12-
pip install --pre {opts} {packages}
12+
pip install {opts} {packages}
1313

1414
deps =
1515
-r{toxinidir}/requirements-pinned.txt

0 commit comments

Comments
 (0)