From a0d0e8c880572899fbb95297de50a12aa19d0b08 Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Mon, 30 Jul 2018 21:30:15 +0200 Subject: [PATCH] add specific port feature --- test/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pytest.ini b/test/pytest.ini index c7a8d7c..30f3e19 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -1,3 +1,3 @@ [pytest] # disable the creation of the `.cache` folders -addopts = -k "specified_mixed" -p no:cacheprovider --ignore=requirements --ignore=certs -r s -v \ No newline at end of file +addopts = -p no:cacheprovider --ignore=requirements --ignore=certs -r s -v \ No newline at end of file