condure: migrate to `python@3.11`
Closes #118728. Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
b22a17e65d
commit
e25e4e88f4
|
@ -19,7 +19,7 @@ class Condure < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "rust" => :build
|
||||
depends_on "python@3.10" => :test
|
||||
depends_on "python@3.11" => :test
|
||||
depends_on "openssl@1.1"
|
||||
depends_on "zeromq"
|
||||
|
||||
|
@ -41,7 +41,7 @@ class Condure < Formula
|
|||
ipcfile = testpath/"client"
|
||||
runfile = testpath/"test.py"
|
||||
|
||||
venv = virtualenv_create(testpath/"vendor", "python3.10")
|
||||
venv = virtualenv_create(testpath/"vendor", "python3.11")
|
||||
venv.pip_install resource("pyzmq")
|
||||
venv.pip_install resource("tnetstring3")
|
||||
|
||||
|
|
Loading…
Reference in New Issue