forked from goodboy/tractor
1
0
Fork 0

Removed --disable-vnet parameter to pytest that was left after experimenting with this file in the multihost testing branch

matrix
Guillermo Rodriguez 2020-09-02 11:16:05 -03:00
parent 865e932107
commit 3595317b00
No known key found for this signature in database
GPG Key ID: 3F61096EC7DF75A8
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pip install -U . -r requirements-test.txt -r requirements-docs.txt --upgrade-strategy eager run: pip install -U . -r requirements-test.txt -r requirements-docs.txt --upgrade-strategy eager
- name: Run tests - name: Run tests
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} --disable-vnet run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }}