mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
We need to install pyzmq
, not zeromq
when running the package tests
This commit is contained in:
parent
05541f6299
commit
2bc691598d
1 changed files with 1 additions and 1 deletions
|
@ -1870,7 +1870,7 @@ def ci_test_onedir_pkgs(session):
|
|||
|
||||
# Install requirements
|
||||
if _upgrade_pip_setuptools_and_wheel(session, onedir=True):
|
||||
_install_requirements(session, "zeromq")
|
||||
_install_requirements(session, "pyzmq")
|
||||
env = {
|
||||
"ONEDIR_TESTRUN": "1",
|
||||
"PKG_TEST_TYPE": chunk,
|
||||
|
|
Loading…
Add table
Reference in a new issue