From 55e0480dabcd00165b6c8235a7d1ef4cda47a475 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 6 Jun 2023 19:52:35 -0400 Subject: [PATCH] Skip `regression_5408.py` test on Python 3.8 The test file lints on Python 3.8 without trouble, but pytest aborts with exit code 134. --- tests/functional/r/regression_02/regression_5408.rc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/functional/r/regression_02/regression_5408.rc diff --git a/tests/functional/r/regression_02/regression_5408.rc b/tests/functional/r/regression_02/regression_5408.rc new file mode 100644 index 0000000000..16b75eea75 --- /dev/null +++ b/tests/functional/r/regression_02/regression_5408.rc @@ -0,0 +1,2 @@ +[testoptions] +min_pyver=3.9