From 3595317b007ab40426844aae3bbe6d6e8e032467 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Wed, 2 Sep 2020 11:16:05 -0300 Subject: [PATCH] Removed --disable-vnet parameter to pytest that was left after experimenting with this file in the multihost testing branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 292efd6..116bff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} \ No newline at end of file