Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
fix: remove python pinning in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
gtema committed Dec 14, 2023
1 parent 5315bed commit 77bf3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description =
Run unit tests.
usedevelop = True
# Fedora is having py312 default (not removable) but most openstack things dont support it yet
basepython = {env:TOX_PYTHON:/usr/bin/python3.11}
# basepython = {env:TOX_PYTHON:/usr/bin/python3.11}
passenv =
setenv =
LANG=en_US.UTF-8
Expand Down

0 comments on commit 77bf3e6

Please sign in to comment.