From d08914827590ef2179ec16e86d080177e55620d4 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Thu, 24 Oct 2019 10:17:11 +0100 Subject: [PATCH] The synapse_port_db jobs don't need tox anymore --- synapse/pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/synapse/pipeline.yml b/synapse/pipeline.yml index fd34b70..3c35ebf 100644 --- a/synapse/pipeline.yml +++ b/synapse/pipeline.yml @@ -329,7 +329,6 @@ steps: agents: queue: "medium" command: - - "python -m pip install tox" - "bash .buildkite/scripts/test_synapse_port_db.sh" plugins: - docker-compose#v2.1.0: @@ -346,7 +345,6 @@ steps: agents: queue: "medium" command: - - "python -m pip install tox" - "bash .buildkite/scripts/test_synapse_port_db.sh" plugins: - docker-compose#v2.1.0: