From 12530c1c7100c9d2d0a9761bd8e351ee075b7752 Mon Sep 17 00:00:00 2001 From: Brandon Myers Date: Wed, 21 Aug 2019 15:11:38 -0500 Subject: [PATCH] Add pytest.ini file with custom options to disable cache --- tests/pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/pytest.ini diff --git a/tests/pytest.ini b/tests/pytest.ini new file mode 100644 index 00000000..752024cb --- /dev/null +++ b/tests/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +# Disable cache +addopts = -p no:cacheprovider