From 25dd1e7a8076579b025c55aeebe3c9f33083c5a2 Mon Sep 17 00:00:00 2001 From: Stephan Heunis Date: Tue, 21 Feb 2023 12:11:42 +0100 Subject: [PATCH] try a conftest file with collect_ignore --- conftest.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 conftest.py diff --git a/conftest.py b/conftest.py new file mode 100644 index 00000000..1733a631 --- /dev/null +++ b/conftest.py @@ -0,0 +1,4 @@ +import platform + +if platform.system() == 'Windows': + collect_ignore_glob = ["*workflow.py", "*workflows.py"]