File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,8 +132,6 @@ jobs:
132132
133133 - name : Run non-root live package lifecycle tests on macOS
134134 if : runner.os == 'macOS'
135- env :
136- ABX_PKG_LIVE_PKG_TESTS : " 1"
137135 run : |
138136 source .venv/bin/activate \
139137 && python -m unittest \
@@ -148,8 +146,6 @@ jobs:
148146
149147 - name : Run non-root live package lifecycle tests on Linux
150148 if : runner.os == 'Linux'
151- env :
152- ABX_PKG_LIVE_PKG_TESTS : " 1"
153149 run : |
154150 source .venv/bin/activate \
155151 && python -m unittest \
@@ -164,7 +160,7 @@ jobs:
164160 - name : Run root-required live package lifecycle tests on Linux
165161 if : runner.os == 'Linux'
166162 run : |
167- sudo env "PATH=$PATH:/nix/var/nix/profiles/default/bin" "ABX_PKG_LIVE_PKG_TESTS=1" ./.venv/bin/python -m unittest \
163+ sudo env "PATH=$PATH:/nix/var/nix/profiles/default/bin" ./.venv/bin/python -m unittest \
168164 tests.LiveUpdateAndUninstallTest.test_apt_provider_live_update_and_uninstall \
169165 tests.LiveUpdateAndUninstallTest.test_pyinfra_provider_live_update_and_uninstall \
170166 tests.LiveUpdateAndUninstallTest.test_ansible_provider_live_update_and_uninstall
You can’t perform that action at this time.
0 commit comments