From baf6bf89562cb42a0ca71cc1e804600b161952eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 3 Nov 2024 16:16:53 +0200 Subject: [PATCH] Removed Cirrus CI configuration This causes constant test suite failures because we don't have the compute credits to reliably run the FreeBSD tests. --- .cirrus.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml deleted file mode 100644 index cf744d19..00000000 --- a/.cirrus.yml +++ /dev/null @@ -1,15 +0,0 @@ -freebsd_instance: - image_family: freebsd-14-0 - -test_task: - only_if: "$CIRRUS_BRANCH == 'main' || $CIRRUS_PR != ''" - skip: "!changesInclude('.cirrus.yml', '**.py', 'pyproject.toml', 'setup.*')" - - pip_cache: - folder: ~/.cache/pip - - install_script: - - pkg install -y py38-sqlite3 - - python3.8 -m ensurepip - - pip3 install .[test] - script: pytest