Removed --disable-vnet parameter to pytest that was left after experimenting with this file in the multihost testing branch
parent
865e932107
commit
3595317b00
|
@ -39,4 +39,4 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pip install -U . -r requirements-test.txt -r requirements-docs.txt --upgrade-strategy eager
|
||||
- name: Run tests
|
||||
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} --disable-vnet
|
||||
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }}
|
Loading…
Reference in New Issue