From 382282736e09c214ae84bf5c975dc3a4dbe931cd Mon Sep 17 00:00:00 2001 From: Umut Date: Fri, 24 Mar 2023 16:45:30 +0100 Subject: [PATCH] chore(frontend/python): add dataflow marker to pytest --- frontends/concrete-python/pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontends/concrete-python/pytest.ini diff --git a/frontends/concrete-python/pytest.ini b/frontends/concrete-python/pytest.ini new file mode 100644 index 000000000..d31cc3211 --- /dev/null +++ b/frontends/concrete-python/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +markers = + dataflow: mark the test as using dataflow parallelization.